Okay
  Public Ticket #1008020
Sub menu widths
Closed

Comments

  •  16
    Jen started the conversation

    I got this from an old ticket and it did work for the sub menu... but the subsub menu didn't move over... How can I make both the sub menu and the sub sub menu both wider and work together?

    Tahir - SUPPORT 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


  •  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;
    }
    .sf-menu li li ul {
        left: 20em!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    Thankyou. I will try this in the morning.