When you first add a navigation bar at the top of the screen the buttons will be positioned to the left.
You will then need to click on Customise.
Then select Advanced and the Add CSS.
After copy this code into the Add Custom CSS box.
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}
Your navigation bar will now be centered.
From This:
To This:
No comments:
Post a Comment