White space in prefooter and between last content and footer
-
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.
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.