can't figure out css issue :( can't figure out css issue :(
 

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

can't figure out css issue :(

Started by crazycordy, June 20, 2014, 06:27:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crazycordy

I've been coding WordPress & Coppermine themes for awhile now, and lately I've been working a lot with making the two themes look as close to the same as possible, with colors and everything.  I recently started using the amazing reset css tool, which has made my life so much easier in coding WordPress themes, but today I'm running into an issue with my Coppermine theme.

If you check here, this is what I like it to look like.  .tableh2 has a break in the background color inbetween the names of the albums, and the album thumbnails are aligned nicely with the album_stat.  However, this is how it's coming out.  I coded both themes, but on the messed up one, I'm using the css reset tool, but I'm not sure if that's the problem.  I tried taking that out, and it didn't change anything.  For the life of me, I can't figure out how to fix it, and I'm sure once it's pointed out I'll feel really stupid.

I would appreciate it if anyone could take a look and maybe see something I missed?

Thanks in advance :)

ΑndrĂ©

I suggest to use Firebug to find out what's wrong. I attached an example screenshot which shows that I disabled the padding for the selected element. As you can see, the table headers look like in your other gallery.

crazycordy

I had checked that out before, but I'm guessing my cache needed clearing, as I figured it out now :)  Thanks!