• Resolved pommeke

    (@pommeke)


    How can I remove the footer or make it less high?

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello pommeke,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    to remove header

    #footer-bottom {
        display: none !important;
    }

    to minimize height

    #footer-bottom {
        max-height: 60px !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter pommeke

    (@pommeke)

    Thank,

    That works

    I would like to center the whole footer, how can I do it with css?

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