• Open
  • Lakshman M
    Spectator
    October 25, 2019 at 6:29 am #44310

    Hi Team

    I am looking for an option where my stick menu (header) should remain on top of the page such a way that it should be visible while I scroll down. This feature is working fine in Desktop view but not working on mobile. I deactivated all my plugins but still in mobile it is not working as expected

    please help me with your direction.

    website name: http://www.ecoconz.in

    Lakshman M
    Spectator
    Posts: 4
    October 26, 2019 at 8:13 am #44313

    no response from THEME4PRESS team … already 24Hrs crossed. Please let us know the ETA?

    Evgeny
    Keymaster
    Posts: 988
    October 26, 2019 at 9:50 pm #44318

    Hi. This is so by design. Should you want to have the sticky menu on on mobile, you can add this to the custom CSS:
    @media (max-width: 767.98px) {
    .sticky-header {
    display: block;
    }
    }