Home › Forums › WoodMart support forum › Empty space between blocks › Reply To: Empty space between blocks
August 4, 2019 at 9:08 pm
#135983
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-sidebar {
padding-top: 0;
padding-bottom: 0;
}
body .footer-column {
margin-bottom: 0;
}
Best Regards