Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176734
    ZerotoOne
    Participant

    hey there,
    I’d like to make my navbar overlap the first section
    this I how it looks now http://prntscr.com/cicez3
    and this is how it should look http://prntscr.com/cicfgk

    my page is zerotoone.de

    thank you very much 🙂

    #1176927
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .home .x-main.full {
      margin-top: -90px;
    }
    
    #home {
      background-position: center top;
    }

    Hope this helps.

    #1177983
    ZerotoOne
    Participant

    thank you that worked great, but there is some overlapping going on in the mobile navbar too :O

    #1178218
    Joao
    Moderator

    Please use this code instead:

    @media (min-width:769px) {
    .home .x-main.full {
      margin-top: -90px;
    }
    
    #home {
      background-position: center top;
    }
    }

    Hope it helps

    Joao

    #1180108
    ZerotoOne
    Participant

    this did not help :/

    #1180115
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 979px){
        .home .x-main.full {
            margin-top: 0;
        }
    }

    Hope it helps 🙂

    #1180193
    ZerotoOne
    Participant

    perfect! thank you!

    #1180201
    Thai
    Moderator

    You’re most welcome 🙂

    #1180964
    ZerotoOne
    Participant

    how do I apply the overlap of the first section for every page?

    #1180985
    Rupok
    Member

    Hi there,

    Thanks for writing back. If you take off preceding .home class then it will be applied throughout the pages :

    @media (max-width: 979px){
        .x-main.full {
            margin-top: 0;
        }
    }

    Do the same for other code as well that you are using.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1176734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>