Archived topic
nextgen gallery centering
7 replies · Started by Petar on December 11, 2022
Hello, once I've moved to generate press, nextgen galleries suddenly stopped being centered. Giving you more info in private
Hi Petar,
Can you try adding this through Appearance > Customize > Additional CSS?:
.ngg-galleryoverview {
text-align: center;
}
.ngg-galleryoverview > .ngg-gallery-thumbnail-box {
float: none;
display:inline-block
}
Huh..nothing changed
Can you press "Enter" every after } in your CSS codes? Currently, they all seem conjoined which may be causing the issue.
Let us know how it goes.
I did it, is it ok? but still problem is there
I see. I updated the code above. Can you try that instead? Let us know how it goes.
all good now ,thanks
You're welcome, Petar!