This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Main Nav Spacing and Wrapping

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

URL: http://www.langleyharper.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 9 months ago

    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.

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.

Have a different question or issue?

Start New Thread