Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sub menu too narrow Reply To: Sub menu too narrow

#238753
Paulie_D
Member

To start

#main-nav li ul  {
white-space:nowrap; /* add this */
}

This will force the submenu to take up as much space as it need regardless of the width of the parent li.