Okay
  Public Ticket #807335
menu sub item size
Closed

Comments

  •  1
    Filipe started the conversation

    Hello,

    I need to make a sub item navigation with more that one word in a single line, is it possible?

    Thanks for your support

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .sf-menu ul {
        width: 20em !important;
    }
    

    Bes.t


    ThemeNectar Support Team