Home › Forums › CSS › How to center menu and footer bar? › Reply To: How to center menu and footer bar?
May 27, 2014 at 7:35 pm
#171209
Participant
I already put the css script.
…and the HTML? You can’t troubleshoot CSS without knowing what markup it applies to.
BTW, why are you using display:table
? If your .main-navigation
were display:block
, my suggestion above would probably work just fine.