Options

padding for folders and gallery thumbnails

firefox13firefox13 Registered Users Posts: 64 Big grins
edited August 30, 2013 in SmugMug Customization
Hi
Can I get some code to add some space between my folders and gallery thumbnails. I tried changing the padding in the gallery css but it screwed up the thumbnail rounded borders.

Gallery css
.sm-user-ui .sm-gallery-smugmug .sm-image {
border: 2px solid #ff0000;
padding: 0px;
}

Folder css :
.sm-tiles-row-organic .sm-tile {
border: 2px solid #f00;
}


Thanks
Sign In or Register to comment.