Okay
  Public Ticket #792442
submenu top padding
Closed

Comments

  • Paola started the conversation

    Hi,

    I removed the sticky header, but now the submenu (that I need to be sticky) has a top padding (that I think must be the space the sticky header should be). How can I make it go to the top of the page?


    Thanks! 

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-submenu.stuck {
        top: 0px !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Paola replied

    Thank you, it worked just perfectly!