Home Forums WoodMart support forum Connect footer to bottom page

Connect footer to bottom page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #631621

    oleh.lila
    Participant

    How to connect footer to bottom page? When there is small amount of content on the page and I open page on device with high resolution (2k,4k) I have this issue. How to fix this?
    Thank you!

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

    Artem Temos
    Keymaster

    Hello,

    There is no ideal solution for this and it can be fixed with custom CSS for specific pages only. If you want to do this for the account page, use the following CSS

    .woocommerce-account .wd-page-wrapper {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    
    .woocommerce-account .wd-page-content {
        flex-grow: 1;    
    }

    Kind Regards

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