Home › Forums › WoodMart support forum › Would you help me deleting the space gap before footer in my home page? › Reply To: Would you help me deleting the space gap before footer in my home page?
March 12, 2022 at 7:24 am
#360088
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.home .site-content {
margin-bottom: 0;
}
.home .footer-sidebar {
padding-top: 0;
}
Best Regards