Home › Forums › CSS › [Solved] Centering Navigation Bar CSS Problem › Reply To: [Solved] Centering Navigation Bar CSS Problem
July 3, 2015 at 5:16 am
#204539
Member
There were a couple of things.
Centering with float
applied is pretty hard so inline-block
and text-align:center
works best here….at least for the top level list items…so, yeah, I removed that.
Also, the menubar itself wasn’t centered so I adjusted that too.