Okay
  Public Ticket #182146
No sticky menu
Closed

Comments

  • CYNTHIA started the conversation

    Hi, My client doesn't like the sticky menu feature. What code can i write to make the menu static, so it doesn't stick on the top of the page. It will be very helpful if there is a setting to turn it off.

    thanks for your help!

    cynthia

  •  1,069
    ThemeNectar replied

    Hey Cynthia!

    Add this into the Custom CSS box located in your Salient Options panel:

     
    #header-outer {
      position: absolute!important;
    }
    
  • CYNTHIA replied

    thank you!