Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #903489

    Rupok
    Member

    Hi there,

    Thanks for updating. Kindly add this as well :

    .x-topbar {
      margin-top: -1px;
    }

    Hope this helps.

    Cheers!

    #904600

    VeritasMarketing
    Participant

    that did not work.

    #905457

    Zeshan
    Member

    Hi there @veritasmarketing,

    Please try adding this CSS code instead:

    body .x-navbar.x-navbar-fixed-top {
      margin-top: 40px;
    }
    
    header.masthead {
      min-height: 40px;
    }
    

    Hope this helps. 🙂

    Thank you!

    #905643

    VeritasMarketing
    Participant

    awesome that worked thanks.

    #906582

    Christopher
    Moderator

    You’re welcome.