Home New Guten Forums WoodMart support forum White Space under footer

White Space under footer

Viewing 6 posts - 1 through 6 (of 6 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 3 months, 2 weeks ago by Luke Nielsen.
    #658706

    mcleanjd
    Participant

    Thanks for the quick response, added and disable caching plugin but still having the white space issue.

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a screenshot from my end – https://prnt.sc/GzLNz60k2rbA

    Send me the URL of the page where you see that issue.

    I await your response.

    Kind Regards

    #658949

    mcleanjd
    Participant

    Ok, still displays incorrectly for me even with different browsers and someone checked they have the same issue. Seems like it’s got to do with the length of the content on the page I have added links.

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

    Luke Nielsen
    Keymaster

    Hello,

    The issue is caused by the very long dropdown – https://prnt.sc/ifh186Cf_EDd

    You need to reorganize it, it should fit the screen. After that, remove the above Custom CSS.

    Then the issue will be fixed.

    Kind Regards

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