• Hello, I was wondering how i could lock the site footer to bottom of the page when there’s not enough content to push it? I’ve tried to add some additional CSS in customisation, but to no effect.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shafaet Alam

    (@shafayat-alam)

    Hi @eimintas
    You try using the following CSS block, in the Additional CSS section

    #mainframe{
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .footer-widgets-area{
        margin-top: auto;
    }

    I hope this helps! ??
    And let me know if this doesn’t work.
    Thanks

    Thread Starter eimintas

    (@eimintas)

    Thank you, works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lock footer to bottom of page?’ is closed to new replies.