Log in

View Full Version : Resolved Gallerific padding problem..



Mejse78
04-29-2013, 12:34 PM
Hi, there..

To let you see, what the problem is (space between the two rows of picture thumbs in the gallery..)
Galleri Kessel (http://www.jonnakessel.dk/galleri2.html)

I've been twisting and turning to figure out, where I go wrong in changing the padding.. tried margin also.
Maybe it's my Style CSS and the gallery CSS, that's not working together?

Can you help me on this?
I want the two rows to be closer at each other. Want the same space between the rows horissontally as vertically.

Thanks

Beverleyh
04-29-2013, 02:58 PM
In "styles.css";
#content ul li { display: inline; padding: 20px 10px; }Change 20px to 10px (the top and bottom margin for the thumbs)

Mejse78
04-30-2013, 02:43 PM
Thank you SO much!