Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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!

  •  4,774
    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!!

  •  4,774
    Michael replied

    Welcome! Have a nice day!