How to center NextGEN gallery thumbnails
-
I’m not sure why people are complaining it doesn’t work or is “spammy.” I set this up with no effort (fortunately, because I didn’t want to read a bunch of stuff and struggle with a plugin). This worked effortlessly after watching the intro video.
I haven’t had any spam, either, so don’t know what that claim is about.
One stupid thing they overlooked is centering the thumbnails. OF COURSE you want the thumbnails centered. Why would you ever want 3 columns or 2 columns of thumbnails stuck on the left side of the screen? That’s not really good “responsive” if you don’t center it!
So, here is the code to center the thumbnails below…
In your NextGEN Gallery Settings go to “Other Options” > “Styles” > “Enable Custom CSS” and paste the following code:
.ngg-galleryoverview {
text-align:center;
}
.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}
- The topic ‘How to center NextGEN gallery thumbnails’ is closed to new replies.