Site logo

Archived topic

How to center FooGallery in Generatepress

3 replies · Started by Krystian on July 10, 2018

Viewing posts 1–4 of 4

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're welcome !

This archived topic is closed to new replies.