[Resolved] How to remove white space below footer bar?

Home Forums Support [Resolved] How to remove white space below footer bar?

Home Forums Support How to remove white space below footer bar?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2072199
    Ajay Nehra

    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

    #2072554
    David
    Staff
    Customer Support

    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 );
    }
    #2079548
    Ajay Nehra

    Thank You

    #2079557
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.