Forums

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

Home Forums CSS CSS Menu Widths Reply To: CSS Menu Widths

#235724
Paulie_D
Member
li:hover ul {
  display: table;
  width: 100%;
}

Seems to work