Main Nav Spacing and Wrapping
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.