Okay
  Public Ticket #158073
MegaMenu
Closed

Comments

  • Matthew started the conversation
    Hello. I was curious if you are able to set the column width for the MegaMenu. For example, I have 3 columns but the spacing between them is rather large. Thanks!
  •  1,043
    ThemeNectar replied

    Hey Matthew!

    Add this into your custom css box in the Salient options panel:

    body header#top nav > ul > li.megamenu > ul.sub-menu {
       width: 80%!important;
       left: auto!important;
       right: 0!important;
    }

    Cheers!

  • Matthew replied

    Thanks so much for your help!!

     

    M