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

#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.