Hi Team,
I am using an boxerd layout and have an gap in top between body and wrapper.
I use this css for the gap:
body#top {
margin-top: 70px !important;
position: relative;
padding-bottom: 25px !important;
}
When use the setting fpr the fixed header I have the gap when I am scrolling and the header is fixed,
this locked not good. What can I do?
Thank you and best regards
Mike
Hey Mike61,
So you would like to remove the gap?
Best regards,
Jordan Shannon
Hi Jordan,
no, I don’t want remove the gap, I dont want the gap for the sticky header.
Have you seen teh link what I send you?
Regards
Mike
Hi,
This looks like its due to the layout format. Add the following to quick css:
body#top{
margin-top:0px!important;
}
If this does not work, then go into enfold/css/custom.css and comment out or remove the following rule:
body#top {
margin-top: 70px !important;
}
Best regards,
Jordan Shannon
Jordan, I wrote you that I use this rule because I wont this gap in the top, but I don’t need this gap when the page is scrolling because it look bad wtith an sticky header. And I use this solution because Kriesi say this here in this forum: https://kriesi.at/support/topic/boxed-layout-margin-on-top-and-bottom/
Regards
Mike
Hi,
Just to have sure, do you want to remove this gap? -> http://prntscr.com/fu5wo2
Best regards,
John Torvik
Hi,
exactly this gap that comes when an user scroll the site.
The gap on top off an site without scrolling is what I nedd because it look better for boxed layouts:
Regards
Mike
ok, you can close this thread, I have delted my css and the gap.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon