Okay
  Public Ticket #165437
Dropdown menu - width
Closed

Comments

  • Timo started the conversation
    Hi everyone, I need more width for my child elements in the dropdown menu. The content overlaps the little arrow (see screenshot attached) Can you help? Thx, Timo
  •  1,069
    ThemeNectar replied

    Hey Timo!

    Add this into the Custom CSS box located in your Salient Options panel:

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

     

  • Timo replied

    Thanks! But now the 2nd layer of the dropdown is covered (see file attached).

    Do you have a fix for that, too?

  •  8,838
    Tahir replied

    Hey Timo!

    I am afraid i am gonna need a url to give you perfect css .

    Cheers


    ThemeNectar Support Team 

  •   Timo replied privately
  •  1,069
    ThemeNectar replied

    Hey again Timo!

    Add this as well :)

     
    body .sf-menu li li ul {
        left: 18em !important;
    }
    

    Cheers