Okay
  Public Ticket #1828960
Sticky Menu options
Closed

Comments

  • Al Alverson started the conversation

    I Sticky Header is disabled but it is still there. I do not want the sticky header.

    Please advise on what I can do. Thanks, Al

  •  2,573
    Kevin replied

    To hide it, add the following attribute to the style.css file 

    @media(max-width: 480px) { 

    .header-content.header-sticky-hide { 

    display: none;

    }

    thank you

  • Al Alverson replied

    Kevin - I added the code but the menu heading is still there after a brief scroll. Is there something else I can try?

  •  2,573
    Kevin replied

    Hi  Al Alverson !

    to hide completely on the big screen and mobile device, remove the @media (max-width: 480px) attribute it will work

    thank you