Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I would like my 3rd level nav to ‘not wrap’ — however, after adding the Search feature back into the nav. I haven’t been able to adjust this successfully.
I have tried reducing the padding (custom CSS), reducing the font size (Appearance–>Customize) and various combinations.
I see that (at least on desktop) there is quite a bit of space between the last menu item and the search icon.
Any suggestions would be great. Thanks.

Hi Kdm-site
Thanks for reaching out.
Try the following under Appearance > Custom CSS:
/* Vantage Sub Menu Width */ .main-navigation ul ul ul a { width: auto !important; } .main-navigation ul ul ul li { min-width: 250px; white-space: nowrap; width: 100%; }That targets second level drop downs only. If I’m understanding your question correctly then it’s what you’re after.