@forumusr – You could try the following custom CSS to center the basic thumbnail display:
/** Center Basic Thumbnails */
.ngg-galleryoverview {
text-align: center !important;
}
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important;
}
This can be placed under Gallery > Other Options > Styles
I’m not sure what exactly is affecting the pagination layout though. Have you tried temporarily switching to a default WordPress Twenty series theme to see if similar effects are happening?
Thanks!
– Cais.
Thread Starter
Chris
(@forumusr)
Ok thank you. Sorry for my delayed response, the forum took several days to moderate my post – not sure why – so I wasn’t even sure if it got posted.
For the first guidance, I added the styles you provided and there was no effect. Here is a link to a screenshot of where I added them, to make sure I put them in the right place:
http://sequentz.com/nextgen-uncentered.png
As for the pagination, I switched to Twenty Fifteen, and the pagination was corrected. I assume this implies that my theme is disrupting the layout in various ways. If this is this is the case boy that will require a lot of time to figure out. Pain in the neck.
I was hoping there was a quick Nextgen style I could tweak that would widen the container in which the pagination sits.
Thank you for your help.
@forumusr – If your current theme was affecting the pagination layout then it may also be affecting the images and their layout. I also noticed you have some additional custom CSS that may be involved with the issue as well.
Thanks!
– Cais.