I have this menu fixed, how can I center this menu? I already tried with margin: 0 auto, and float: left, but it doesn\'t work. Are there any way to center ?? he
#main-nav { list-style: none outside; text-align: center; } #main-nav li { display: inline; } #main-nav li a { display: inline-block; }
I think this is what you are looking for