Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #818943

    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

    #818981

    Hey Mike61,

    So you would like to remove the gap?

    Best regards,
    Jordan Shannon

    #818997

    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

    #819017

    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

    #819042

    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

    • This reply was modified 7 years, 4 months ago by Mike61.
    #819113

    Hi,

    Just to have sure, do you want to remove this gap? -> http://prntscr.com/fu5wo2

    Best regards,
    John Torvik

    #819137

    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:
    gap

    Regards
    Mike

    #819322

    ok, you can close this thread, I have delted my css and the gap.

    • This reply was modified 7 years, 4 months ago by Mike61.
    #819388

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fixed Header don't with boxed layout and gap in the top’ is closed to new replies.