Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1427086

    When I only have a small amount of vertical content on my page then the footer fills most of the page – rather than being a slim bar at the bottom of the browser window.

    #1427090

    Hi bouncy1234,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #main {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    Please review all the pages afterwards and see if it helps.

    Best regards,
    Nikko

    #1427091

    That has fixed the issue. Thanks.

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