Okay
  Public Ticket #1529596
Secondary Menu
Closed

Comments

  • collin started the conversation

    How can I make the secondary menu drop down with words aligned horizontally below menu, instead of vertically?

  •  8,425
    Tahir replied

    Hey Again,

    Unfortunately we dont have any such option available . 

    Please have a look at this Article : http://themenectar.com/docs/salient/mega-menu/ .

    Best


    ThemeNectar Support Team 

  • collin replied

    Worked! How can I change the mega menu's dropdown font size?  https://winningbydesign.com/services/


    Thanks!

  •  8,425
    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):

    body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > a {
        font-size: 15px !important;
    }

    Thanks


    ThemeNectar Support Team