• Resolved wayne7941

    (@wayne7941)


    Does anyone know how to add padding to the bottom of the footer (just to add some space/cushion along the bottom)? The space along the top is fine. I am referring to the footer at the very bottom of the page (the footer with the copyright text, social links, etc).

    Hueman theme, https://www.trisef.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Wayne. Try this:

    #footer-bottom .container-inner {
        padding-bottom: 30px;
    }
    Thread Starter wayne7941

    (@wayne7941)

    Thanks for the speedy reply, but unfortunately that did not work for me…

    I don’t see where you have that added. I pasted it into your child theme style.css file and it worked.

    Thread Starter wayne7941

    (@wayne7941)

    When I pasted it via my host’s files, it didn’t work. But I just pasted it via a Custom CSS plugin, and it worked. Not sure why it didn’t work the first time…?

    Anywho, thank you for your help and patience.

    You’re welcome; glad to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add padding to bottom of footer’ is closed to new replies.