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
April 6, 2020 at 8:02 am
#184790
Aizaz Imtiaz Awan
Keymaster
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.