Okay
  Public Ticket #2167272
menu
Closed

Comments

  •  1
    Gilda started the conversation

    Is there a way to reduce the space between the main header menu and the dropdown menu?

    thank you

    gilda

  •  8,992
    Tahir replied

    Hey Again,

    Simply reduce the padding in here : http://prntscr.com/pd0zx4 . 

    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):

    body:not([data-header-format=left-header]) #top .sf-menu li ul.sub-menu {
        margin-top: -30px;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thanks so much!

    And is there a way to control (reduce) the width of the drop down menu?

  •  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):

    .sf-menu>li ul {
        width: 16em !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    works perfectly

    thank you so much