• Resolved jeffz8

    (@jeffz8)


    I seem to need a small bit of padding under my galleries. How do I write that CSS code to apply to all?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @jeffz8

    Kindly share a link to the gallery page so I can have a look at the gallery and use the page as I come up with the most accurate CSS that will work for the gallery. Thanks in advance for doing so.

    Hoping to hear from you soon.

    Kind regards,
    Elvis.

    Thread Starter jeffz8

    (@jeffz8)

    Here are 2 with different conditions. One followed by a title:

    https://www.zouschef.com/recipe/cheese-scones/

    This one is followed by a title and I added a spacer but would prefer a better solution.

    https://www.zouschef.com/recipe/moms-country-loaf/

    Plugin Support elviiso

    (@elviiso)

    Hi @jeffz8

    This CSS should work for both galleries:

    .foogallery.foogallery-container.foogallery-default {
        padding-bottom: 40px;
    }

    You can play around with the padding-bottom value and adjust it to your preferred value.

    The code can be added to your main CSS file on your theme/child theme or you can go to the gallery itself and on the configuration section of each of them, add the code to the “Custom CSS” text area and save changes.

    Kindly try this and let us know how it goes.

    Kind regards,
    Elvis.

    Thread Starter jeffz8

    (@jeffz8)

    thank you that works perfectly

    Plugin Support elviiso

    (@elviiso)

    Hi @jeffz8

    I’m glad to learn that I was were able to help you out with this.

    Lastly, if you don’t mind and have a spare few seconds, could you please rate FooGallery on WordPress (https://www.ads-software.com/support/plugin/foogallery/reviews/#new-post), as that really helps our reputation within the WordPress plugin repository? We’ll be really grateful to you for that. If you can’t of course that’s fine too! Thanks in advance either way.

    Kind regards,
    Elvis.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bottom Padding Needed’ is closed to new replies.