Okay
  Public Ticket #537054
Set the width of the Sub-Menu
Closed

Comments

  • Jordan started the conversation

    Hi,

    I would like to know if it's possible and how to set the width of the sub-menu. Specifically on my "les services aux forestiers" menu section.

    Thanks for your help

  •  9,130
    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.sub-menu {
        width: 21em !important;
    }

    Thanks



    ThemeNectar Support Team