The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › css help for float › Reply To: css help for float
If you mean the vertical stack of list items, try display: flex in your nav ul or display: inline-block in your nav ul li. Whichever suits you best.
display: flex
nav ul
display: inline-block
nav ul li