Please!
What should I edit in CSS to change distance between columns in gallery.
I was trying to find it... but I failed.
See screen shot - http://sexycssweb.com/wp-content/uploads/2011/07/decrease-space-between-gallery-columns.gif
thank you
Please!
What should I edit in CSS to change distance between columns in gallery.
I was trying to find it... but I failed.
See screen shot - http://sexycssweb.com/wp-content/uploads/2011/07/decrease-space-between-gallery-columns.gif
thank you
Hey,
in your style.css you can play with the margin on line 722:
.gallery_entry {
float: left;
font-size: 12px;
line-height: 1.7em;
margin: 0 16px 18px 0;
position: relative;
width: 200px;
}
The values of margin are top right bottom left
thank you
Glad that Chris could help you :)
You must log in to post.