Home Forums WoodMart support forum White Space under footer

White Space under footer

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

    mcleanjd
    Participant

    Hello, I have white space underneath my copyright footer tried solution on here without any luck.

    Please and thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

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

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    • This reply was modified 2 hours, 57 minutes ago by Luke Nielsen.
Viewing 2 posts - 1 through 2 (of 2 total)