Home Forums WoodMart support forum Remove undisered white space from pre footer Reply To: Remove undisered white space from pre footer

#568623

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.