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.

white line 100% long on submenus with no wrap

Open 1 reply themetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

i used this:
/* Vantage Main Menu Nowrap Sub Items */

.main-navigation ul ul a {
width: 100% !important;
white-space: nowrap;
border-bottom: 1px solid #fff;

}
but it doesnt go all the way across on menus with shorter names…see the example for a clear understanding

URL: http://gogreenp.www87.a2hosted.com/dev3/

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 pelsar

    Looks like you have the line sorted out. To stop the wrap from happening, try the following at 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%;
    }

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