Okay
  Public Ticket #875085
Menu Positioning
Closed

Comments

  •  2
    J started the conversation

    So i found this thread that showed how to alter the menu background width for menu items that contain longer items of text.  It contained this bit of code. 

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

    Which works great, but now the positioning of the sub-sub menu needs to be altered as well. I'm having trouble isolating the particular CSS that would shift it over.  See the attached pic. 

    Can anyone help enlighten me here?  Thank you!

  •  8,996
    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 li li ul {
        left: 20em!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    J replied

    Worked like a charm. Thank you, Tahir!