Archived topic
How to center FooGallery in Generatepress
3 replies · Started by Krystian on July 10, 2018
Hello,
I have a problem with FooGallery 1.4.31 in Generatepress 2.1.3, WordPress 4.9.7.
My gallery is systematically alligned to the left. Even if I center by shortcode.
Should I add some css? or how to center it?
Hi there,
looks like an inherent problem with FoogGallery. All items are absolutely positioned leaving a gutter on the right.
As you are using sections we can force it over with some padding.
In that Section settings give it a class: foo-center
And then add this CSS:
.foo-center .generate-sections-inside-container {
padding-left: 3%;
}
You are Genius! thank You veeery much;)
I sended your effective solution here:
https://wordpress.org/support/topic/how-to-center-gallery-5/#post-10479679
You're welcome !