Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24616

    I have filled a text box in one of the footer columns that has about 4-5 lines in it. But the footer height is about twice of this leaving a lot of empty space between the last line and the end of the webpage.

    How can I adjust the height of the footer block?

    Thank you!!

    #124068

    Hi,

    You can adjust the bottom padding. Add this on your custom.css

    #footer {
    padding: 15px 0 0px 0;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how to adjust the height of the footer’ is closed to new replies.