Home › Community Forums › Ally Theme Support › How to Center the Primary Nav › Reply To: How to Center the Primary Nav
January 4, 2013 at 6:32 pm
#2294

Customer
In your css file, add “text-align: center;” to line 306 (.menu-primary).
Then on or around line 317 change the float to “none” and add “display: inline-block;” like this –
.menu-primary li, .menu-secondary li, #header .menu li {
display: inline-block;
float: none;
list-style-type: none;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com