Reply To: How to Center the Primary Nav

Homepage Community Forums Ally Theme Support How to Center the Primary Nav Reply To: How to Center the Primary Nav

#2294
Eric
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