Space between thumbnails became larger after the latest update
-
Hi,
I updated NGG this morning and found out that space between thumbnails became larger than before. I currently have the following code in the Style section,
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/.ngg-gallery-thumbnail {
margin: 0px 0px 0px 0px;
padding:0px;
background-color: transparent !important;
border: none !important;
max-width: 100% !important;
}/** Center Basic Thumbnails */
.ngg-galleryoverview {
text-align: center !important;
}
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important;
}Instead I want the spaces much smaller, even none which I guess called “masonry”? Please let me know how to make it smaller or none if any.
thanks
- The topic ‘Space between thumbnails became larger after the latest update’ is closed to new replies.