Okay
  Public Ticket #1020431
submenu width
Closed

Comments

  •  4
    Willem started the conversation

    Hi, 

    How can the width of a submenu be changed?


    Thx!

  •  8,997
    Tahir replied

    Hey Again,

    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;
    }

    Thanks


    ThemeNectar Support Team