By ncswi on
I've been searching the forums and other sites for more than 2 hours and I cannot find an answer to this issue. Using the Image module and placing a "Latest Images" block on the home page with 3 images. The thumbnails displayed in the block are butt-up against each other. What file do I edit to add a 5px padding between thumbnail images?
Any hints would be appreciated.
Comments
You can add the required
You can add the required padding to the thumbnail class in your CSS file.
.thumbnails{padding:10px}
You might want to apply this to only the parent block.
#parent_div .thumbnails{..} So that it only affects the thumbnails in question and are not applied universally.
check for the class name it might be thumbnail instead of thumbnails.