Okay
  Public Ticket #2292350
How can I reduce the top margin of my navigation menu dropdown box?
Closed

Comments

  • smokodesign started the conversation

    When i hover over a word in my navigation header and it triggers a dropdown menu, the selections are too low, I would like them to be higher. please help.


    Thanks

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu >li:not(.megamenu) ul {
        margin-top: -30px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • smokodesign replied

    Thanks Tahir