PDA

View Full Version : categories page not centered, help?


mtnbiker
Aug-28-2009, 05:44 AM
the categories on my category page are left justified and there is a lot of space on the right, can this be changed so all they are centered like the galleries page?

categories page, not centered: http://www.jonpratt.net/galleries

what I'd like that page to look like...
galleries page, centered: http://www.jonpratt.net/2009

thanks!

jon

jfriend
Aug-28-2009, 11:19 AM
You can put the galleries page back to it's default width with this:

.galleries #homepage {width:750px;}

Or you could change the width of the thumbnail boxes so there's not so much extra space with this CSS:

.galleries .miniBox {width: 220px;}

Any further centering would require switching to something like the 4-across CSS with the titles underneath the images. With this layout, Smugmug is leaving room for a longer title, thus the thumbs are biased to the left.

mtnbiker
Aug-28-2009, 11:24 AM
thanks John, the combination of those two gave me a more concise 3 cross