Home › Forums › WoodMart support forum › Remove undisered white space from pre footer › Reply To: Remove undisered white space from pre footer
May 28, 2024 at 9:57 am
#568623

Aizaz Imtiaz Awan
Keymaster
Hello,
In order to remove the gap, enter the HTML block, which is used in the Theme Settings > Footer > Pre-footer area and set padding-bottom: 0px; to the row.
OR
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-prefooter {
padding-bottom: 0px !important;
}
Best Regards.