Site logo

Archived topic

How to remove white space below footer bar?

3 replies · Started by Ajay Nehra on January 7, 2022

Viewing posts 1–4 of 4

When a page has less content, a white space appears below the footer bar. How do I remove this white space? So that the white space below the footer bar is not visible.
I have given a page link of my website in private information, please see it

Hi there,

best solution is to add more content to the page :)

Or you can throw some CSS at the #page container to give a min height:

#page {
    min-height: calc( 100vh - 124px );
}

Thank You

You're welcome

This archived topic is closed to new replies.