Force NextGen Gallery thumbnails within div to break lines
-
Howdy Community,
Simply put I have this page:
https://www.constantinos.org/portraits/
Each set of thumbnails is a NextGen Gallery and I want to make the galleries break lines if needed so they are not forced to appear as blocks in one line and the galleries will be next to each other instead of one per line.
An image is worth a thousand words so I photoshopped an example of I’d like to do:
https://constantinos.org/example/Screenshot%20from%202013-06-29%2018:01:23.png
this is my CSS for those sets of thumbnails:
#ngg-gallerySingleGallery {
float:left;
display: inline !important;
clear: none;
width: auto;
}
.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 0;
display: block;
margin: 4px 0px 4px 5px;
padding: 4px;
position: relative;
}Pfff. is doing my headings.. Anyone has any suggestions?
- The topic ‘Force NextGen Gallery thumbnails within div to break lines’ is closed to new replies.