Remove top and bottom white space
-
Hi, i have update my theme to Woodmart 8.0, but now I suddenly see a white banner in the top and bottom that was not there before. I cannot find an option in the menu to remove this. How can I remove both white spaces on all pages?
Hello,
We just visited your website and didn’t see any white space. Could you please send us a screenshot so we can better understand what the problem is? Also, make sure that you clear your website and browser cache after the update.
Kind Regards
ofcoarse: hereby
Attachments:
You must be
logged in to view attached files.
To fix this issue, you need to go to Theme Builder > Header > current header and remove the margin for the header bottom https://take.ms/M6j28
hmm.. found it, but didnt work. Cleared chache and tried incognito
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-page-wrapper .elementor-location-header {
margin-bottom: 0;
}
Great! that worked for the top of the page. But there is still the same white banner at the bottom, just above the footer
You used custom CSS earlier, which is no longer working https://take.ms/TxIq2
Try to remove it and add the following one
.wd-content-layout > .elementor {
margin-bottom: -40px;
}