Okay
  Public Ticket #3189471
Remove Sticky on Secondary Nav Only
Closed

Comments

  •  1
    aarucanada started the conversation

    I am looking to leave the menu sticky and remove the sticky from just the secondary nav.

  •  8,839
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   aarucanada replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div#header-outer.small-nav {
        transform: translateY(-45px) !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    aarucanada replied

    That does it! Thank you very much.