Okay
  Public Ticket #1680557
Dropdown Menu position
Closed

Comments

  •  6
    qfactor started the conversation

    Is there a way to make the dropdown menu (see 'About' in the main navigation menu) closer to the parent item? Currently it seems to hover a great distance under the menu item and seems a little dislocated.

  •  8,404
    Tahir replied

    Hey Again,

    You need to reduce the Header Padding for it to be a litter upper : http://prntscr.com/kjty78 . 

    Best 


    ThemeNectar Support Team 

  •  6
    qfactor replied

    Thanks a lot, I attempted this, it did bring it closer, but would it be possible to get it closer still? My concern is that the menu looks too disconnected from the parent menu item.

  •  8,404
    Tahir replied

    Hey Again,

    Unfortunately thats how its designed to work .

    Best 


    ThemeNectar Support Team 

  •  8,404
    Tahir replied

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

    ul.sub-menu {
        margin-top: -30px;
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    qfactor replied

    That's perfect, thank you!