Overhang of table Overhang of table
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Overhang of table

Started by Katieswirls, October 17, 2004, 09:19:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Katieswirls

I've customising my coppermine all weekend and I've almost got it perfect but there's one little thing that's driving to distraction.

My CSS is at http://media.andyhallettuk.com/gallery/themes/andy_hallett/style.css
My template is at http://media.andyhallettuk.com/gallery/themes/andy_hallett/template.html
My theme is at http://media.andyhallettuk.com/gallery/themes/andy_hallett/theme.php

The problem I have is with this page: http://media.andyhallettuk.com/gallery/index.php?cat=2

For some reason the category table is wider than the Home > Angel table and I know it's only a minor problem but it's driving me crazy. I really want my coppermine to be perfect and I think it looks untidy because it's wider but I haven't seen any other coppermine installation do this.

Has anyone had this problem before or know how to fix it?

Thanks in advance :)

Casper

This is because your css gives class h1 padding as below;

.tableh1 {
        background : #BD713B;
        color : #FEF9DB;
border: 1px solid #BEA679;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;


Remove the right and left padding, and that should do it.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Katieswirls

Thanks for your help; it still wouldn't line up but I decided to leave it be as it doesn't look that bad.