Home Forums WoodMart support forum White space in prefooter and between last content and footer

White space in prefooter and between last content and footer

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

    hlondono
    Participant

    I have a white space between last content in my home page and footer.

    I have too white space in prefooter

    I want that my design dont have white space between the last content and footer.

    I send a image to show the problem. I show in red color white spaces.

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

    Hello,

    I saw the screenshot you attached. To remove the space you need to add the following Custom CSS in the Custom CSS for desktop area under Theme Settings Custom CSS.

    .home .site-content {
    margin-bottom: 0px;
    }
    .main-footer {
    margin-top: -20px;
    }

    Best Regards.

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