Home Forums WoodMart support forum White margin/section before footer and after header

White margin/section before footer and after header

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

    Stephaniedsr
    Participant

    Hi,

    I have a white section after header and before footer.

    On the website you cant see it on header because i put a header overlap.
    But on the footer you can see it,
    before my footer i have a white section.
    How can i delete it?

    thanks!

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

    Hello,

    I saw the screenshot you attached. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .home .site-content {
    margin-bottom: 0;
    }

    Regard’s.
    Xtemos Studio.

    #214777

    Stephaniedsr
    Participant

    Hi!
    Thanks
    It’s ok like this 😊

    And if I want to disable it from the header?

    I have to replace bottom by which word?

    Thanks

    #214818

    Hello,

    You are Most Welcome.

    I have visited your website again and there is no such space on the header. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/51j47T6

    If you are asking for a specific page then provide a relevant screenshot with the URL to check it myself and help you out accordingly.

    Best Regards.

    #214837

    Stephaniedsr
    Participant

    Hi,
    I know because i’ve set up an Overlay header
    if i delete this overlay , i’ll see the white border..

    #214855

    Hello,

    Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .home .main-page-wrapper {
    padding-top: 0;
    }

    Regard’s.
    Xtemos Studio.

    #214878

    Stephaniedsr
    Participant

    Hi !

    It works!
    Thanks a lot, but i put a new footer and i have a grey padding brefore and after is (see attachment)

    thanks

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

    Hello,

    I saw the screenshot you attached and visited your website. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .footer-sidebar {
    padding: 0;
    margin-bottom: -30px;
    }

    Regard’s.
    Xtemos Studio.

Viewing 8 posts - 1 through 8 (of 8 total)