Plugin Contributor
Imagely
(@imagely)
Hi @ooowebdesign!
Let’s give this Custom CSS a try:
.ngg-galleryoverview {
text-align: center !important;
}
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important;
}
You may add that code to Gallery > Other Options > Styles, open up the stylesheet and copy and paste. Don’t forget to save! 🙂 Keep me posted on your results.
Becky
Thanks for replying! Unfortunately this did not work. I attempted to do it both in the NextGen CSS custom styles tab and on a custom CSS sheet attached to the site, neither worked. I can adjust it to have an extra 65 pixels on the left margin which centers it on PC but will not work on different screensizes, using that as a temporary fix until we can resolve a more permanent solution.
Plugin Contributor
Imagely
(@imagely)
Sorry, could you please try to use these CSS rule to see if that would help:
.ngg-widget img {
float: none !important;
}
.ngg-widget,
.ngg-widget-slideshow {
text-align: center !important;
}
It should work for any display size, so please don’t forget to remove any custom margins or paddings that you have added before.
Hope it helps,
Mihai