/ Published in: CSS
This will center your navigation in the bar (not the text in each button). Adjust the width to your navbar width
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.body.custom .block-type-navigation ul { margin: 0 auto; width: 822px;}