PDA

View Full Version : thumbnails spacing


parappa
01-11-2007, 07:02 PM
(PP 1.5, url : http://photo.charleslp.com/index.php?x=browse )

Hi,

I'm trying to space out my thumbnails, but I don't know where to look for. Do somebody know that ?

Thanks. :)

PS. I also want to enlarge the listbox of the <browse_categories>, do you know how to do that ?

Dkozikowski
01-12-2007, 03:01 AM
if you are using a pixelpost supplied template than you may have a look at your CSS file located in the styles folder of your template.

find something along the lines of


.thumbnails {
border:1px solid #f5f5f5;
padding:3px;
margin:3px;
}


and try increasing the padding or margin to get what you want.

This *should* do the trick.

parappa
01-13-2007, 06:31 PM
It works perfectly ! Thank you. :)