Home › Forums › CSS › Help centering a nav bar › Reply To: Help centering a nav bar
April 29, 2019 at 3:48 am
#287051
Member
Please provide a minimal demo in Codepen.io which demonstrates the issue rather than a randome piece of CSS.
But the first thing to do is remove float: left
from the li
and perhaps add text-align:center
to the ul
.