White margin/section before footer and after header
-
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.
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.
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
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.
Hi,
I know because i’ve set up an Overlay header
if i delete this overlay , i’ll see the white border..
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.
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.
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.