Okay
  Public Ticket #185445
Set position to submenu
Closed

Comments

  • Eric started the conversation

    Hello,

    How to adjust and set the submenu position. See attached picture


  •  8,838
    Tahir replied

    Hey Eric!

    Add this into the Custom CSS box located in your Salient Options panel:

    .sf-menu li ul {
        top: 78px !important;
    }
    
    
    header#top nav > ul > li.megamenu > ul.sub-menu {
        top: 157px !important;
    }
    

    Cheers


    ThemeNectar Support Team