Here is a link to my page:
I have NextGen Galleries on the page and I would like them to break lines if needed so they are not all in one line. Instead, I want the galleries to be displayed next to each other.
I created an example using Photoshop to showcase what I am trying to achieve:
This is the CSS for the 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;
}
I'm having trouble with the headings... Does anyone have any suggestions?