Home Forums WoodMart support forum keep footer at the bottom

keep footer at the bottom

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #33639

    Sinaonee
    Participant

    Hi

    How to keep footer at the bottom of the page?

    #33651

    Artem Temos
    Keymaster

    Hi,

    Sorry, but our theme footer is always at the bottom of the page. Could you please send us a link where we can see what is wrong with it on your website?

    Regards

    #33659

    Sinaonee
    Participant

    My site is on localhost. Look at the attached photo.

    Attachments:
    You must be logged in to view attached files.
    #33662

    Artem Temos
    Keymaster

    Yes, it happens on a page with a low amount of content. Unfortunately, our theme doesn’t have a sticky footer option.

    Regards

    #33664

    Sinaonee
    Participant

    Can not enable this feature by css code?

    #33669

    Artem Temos
    Keymaster

    Try this code snippet

    .main-page-wrapper {
        min-height: 80vh;
    }
    #33688

    Sinaonee
    Participant

    Some changes, but do not work in Responsive mode.

    Attachments:
    You must be logged in to view attached files.
    #33696

    Artem Temos
    Keymaster

    Try to replace with this one

    .main-page-wrapper {
       min-height: 100vh;
    }
    #33708

    Sinaonee
    Participant

    I’ve already tested this code. But this code is not suitable. I want the footer to fix and not move.

    #33712

    Artem Temos
    Keymaster

    Sorry, but there is no other options for this in our theme.

    #33716

    Sinaonee
    Participant

    Thank you for your support. Please add this feature in the next update.

    #33724

    Artem Temos
    Keymaster

    Thank you for the suggestion!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘keep footer at the bottom’ is closed to new replies.