Page Numbers run into each other—probably CSS problem? Page Numbers run into each other—probably CSS problem?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Page Numbers run into each other—probably CSS problem?

Started by cgardner, January 08, 2008, 03:01:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cgardner

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

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

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.

Nibbler

.navmenu a should be display:block. You've changed it to display:left-align which is invalid.

Joachim Müller

We should add a comment into the corresponding section of the stylesheet files.