coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: cgardner on January 08, 2008, 03:01:35 AM

Title: Page Numbers run into each other—probably CSS problem?
Post by: cgardner on January 08, 2008, 03:01:35 AM
Thanks for all your work on Coppermine. It has been pretty easy to work with and extremely user friendly! I have only one last thing that I cannot figure out and haven't been able to find through the Searches (so helpful!). I suspect it is a CSS problem since that is mainly what I used to change the Classic Template to fit what I needed.

So here's the problem—the numbers at the bottom of the page are running off the page and the rollover is kind of funny. Here's the link:
http://www.diginirvana.com/gallery/index.php?cat=3 (http://www.diginirvana.com/gallery/index.php?cat=3)

It also happens on individual pictures at the top of the page (the rollover for Slideshow, info, thumbnails, next, & prev):
http://www.diginirvana.com/gallery/displayimage.php?album=lastup&cat=0&pos=4 (http://www.diginirvana.com/gallery/displayimage.php?album=lastup&cat=0&pos=4)

I'm guessing the padding or margin is not adjusted right somewhere but I've tried several places and I am unable to figure it out. Any help is appreciated. Thank you.
Title: Re: Page Numbers run into each other—probably CSS problem?
Post by: Nibbler on January 08, 2008, 11:27:50 AM
.navmenu a should be display:block. You've changed it to display:left-align which is invalid.
Title: Re: Page Numbers run into each other—probably CSS problem?
Post by: Joachim Müller on January 08, 2008, 11:35:10 AM
We should add a comment into the corresponding section of the stylesheet files.
Title: Re: Page Numbers run into each other—probably CSS problem?
Post by: cgardner on January 08, 2008, 02:35:20 PM
Thank you!