Home Forums WoodMart support forum Remove top and bottom white space

Remove top and bottom white space

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #616958

    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?

    #616984

    Artem Temos
    Keymaster

    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

    #616993

    ofcoarse: hereby

    Attachments:
    You must be logged in to view attached files.
    #617011

    Artem Temos
    Keymaster

    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

    #617015

    hmm.. found it, but didnt work. Cleared chache and tried incognito

    #617157

    Artem Temos
    Keymaster

    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;
    }
    #617181

    Great! that worked for the top of the page. But there is still the same white banner at the bottom, just above the footer

    #617248

    Artem Temos
    Keymaster

    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;
    }
Viewing 8 posts - 1 through 8 (of 8 total)