[Resolved] How to center FooGallery in Generatepress

Home Forums Support [Resolved] How to center FooGallery in Generatepress

Home Forums Support How to center FooGallery in Generatepress

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #619913
    Krystian

    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?

    #620030
    David
    Staff
    Customer Support

    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%;
    }
    #620047
    Krystian

    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

    #620050
    David
    Staff
    Customer Support

    You’re welcome !

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.