Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2036762
Sticky Header on Mobile Vertical Main Menu
Closed

Comments

  • BlueKoe started the conversation

    Hi there!

    I noticed that the Sticky Header On Mobile is not working when using the Vertical Menu.

    Is there a way to make the header sticky on mobile and tablets when using this option?

    Thanks!

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    @media (max-width: 767px){
    #page.vertical-header #site-header-wrapper {
        margin-left: 0;
        width: 100% !important;
        position: fixed !important;
        left: 0;
        top: 0 !important;
        z-index: 1000;
        min-height: 0px !important;
    }}

     

    6707465710.png
  • BlueKoe replied

    Thanks!!

  •  5,055
    Michael replied

    Welcome! Have a nice day!