SyntaxFix
Write A Post
Hire A Developer
Questions
You can make the .navbar fixed width, then set it's left and right margin to auto.
.navbar
auto
Demo
.navbar{ width: 80%; margin: 0 auto; }?