Okay
  Public Ticket #378964
Top menu drop-down height
Closed

Comments

  • Efrat started the conversation

    Hello,

    I assigned a top menu widget in my site.
    Each category in my menu has sub-categories.

    It seems that the sub-categories location is set according to the header height. When opening the drop-down the sub-category appears under the header section border.

    Is there a way to make these two settings not dependent on one another?
    I want the drop-down sub-categories to appear directly under (or closer to) its main category .

    Thanks,
    Efrat.







  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    ul.sub-menu {
        margin-top: -40px !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    ul.sub-menu {
        margin-top: -40px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Efrat replied

    Awsome. Thank you!