white line 100% long on submenus with no wrap
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.