• Resolved silasborowy

    (@silasborowy)


    Hi There!

    I just bought your gorgeous Plugin and used it to modify my Website. Looks and feels great so far. The only thing I would expect is to modify the footer padding in the Customizer. In desktop-mode the footer is very high although the images are 200px in height only. On my smartphone that’s totally finde because the images are displayed vertically.

    Is there an easy fix for that? I’d suggest this feature for a future “Premium” release.

    Best,
    Silas

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello Silas,

    I’m afraid we are not allowed to talk about the premium plugin in this forum.

    That being said, what you are asking for will be within the remit of the free plugin. In the meantime, please try adding this CSS to “Customizer – Additional CSS” which should solve your problem …

    @media (min-width: 700px) {
    .footer-widgets-outer-wrapper {
    padding: 3rem 0;
    }
    }

    This will set it from “8rem” to “3rem” which you are seeing on your smartphone. Feel free to change this value to whatever you like.

    Please confirm this worked for you and I will add an option in the next release.

    Oliver

    Thread Starter silasborowy

    (@silasborowy)

    Hi Oliver!

    Works perfectly! I really appreciate that you are so committed to your plugins. Keeping those up tp date, reviewing feature requests and helping people out if they need assistance is pretty much underappreciated these days (IMHO).

    Thanks a lot,
    Best,
    Silas

    Plugin Author Oliver Campion

    (@domainsupport)

    Thank you Silas, glad to be of help. I’ll update here when the option has been added to the plugin.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just pushed an update with controls to manage the padding above and below the footer widgets.

    Oliver

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit Footer Padding’ is closed to new replies.