PDA

View Full Version : Format on Category page: Help needed!!!


Bippity11
Apr-24-2007, 07:55 AM
Okay, so I'm working on my category page. I have five current categories. Can someone look at my CSS and explain to me how I can get the five categories to display on one line straight across. Instead of 2 on 1 line, 2 on another and then 1 at the bottom.

bippity11.smugmug.com

Thank you!

richW
Apr-24-2007, 12:02 PM
Try this:

#categoriesBox .miniBox {
width: 120px;
height: 160px;
margin: 15px 0px 0px 19px !important;}

#categoriesBox .albumTitle {
text-align: center;
width:120px;}

#categoriesBox .miniBox .photo {
width:120px;}