Himas Rafeek
Posted on: 2 years ago
CSS

Center navigation

This will center your navigation in the bar (not the text in each button). Adjust the width to your navbar width


                                          .body.custom .block-type-navigation ul {
    margin: 0 auto;
    width: 822px;
}