Home>Support>white line 100% long on submenus with no wrap

white line 100% long on submenus with no wrap

By pelsar, 9 years ago. Last reply by Andrew Misplon, 9 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More