Configure Dexp Dropdown Menu - Extend Sub Menu

Hi,

I would like to extend the sub menu's so that i can fit more text on the same line, without the words dropping down into 2 lines.

Whats Occuring: External Penetration

                           Testing

What I want : External Pentration Testing

Obviously to fit on the same line. does anyone know to avoid this from happening. You can check the real example in this website http://venkon.net/

 

 

Hi,

To get the child menu not wrap, open lessc/mainmenu.less file then add this code at end of file

#section-header .dexp-dropdown ul ul li a {
    white-space: pre;
}

Thank you.