forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: crazycordy on June 20, 2014, 06:27:57 am

Title: can't figure out css issue :(
Post by: crazycordy on June 20, 2014, 06:27:57 am
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 (http://meyerweb.com/eric/tools/css/reset/), 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 (http://ian-somerhalder.us/gallery/index.php?cat=62), 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 (http://kenleung.fan-sites.org/gallery/index.php?cat=67).  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 :)
Title: Re: can't figure out css issue :(
Post by: Αndré on June 20, 2014, 12:23:43 pm
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.
Title: Re: can't figure out css issue :(
Post by: crazycordy on June 20, 2014, 08:46:43 pm
I had checked that out before, but I'm guessing my cache needed clearing, as I figured it out now :)  Thanks!