Okay
  Public Ticket #2550976
Footer height mobile/desktop
Closed

Comments

  • Sanirosan started the conversation

    Hello,

    I'm trying to adjust my footer height on mobile and desktop. I'm currently only using the copyright bar. But I I want to increase the height of that on both mobile and desktop. How can I do this?

    I tried using the following code in the General Settings > css/script related, but it doesn't work.

    ------------
    body #footer-outer #footer-widgets .col ul li {

    padding: 50px 0px !important;
    }

    body #footer-outer #footer-widgets .col p {
    padding: 50px 0px !important;
    }

    -------------

    Thanks!

  •  2,965
    Andrew replied

    Hi there,

    Try the following custom css:

    #footer-outer #copyright {
        padding: 60px 0;
    }
    

    Kind regards.