Centered navbar items in Bootstrap
.navbar-nav { width: 100%; text-align: center; > li { float: none; display: inline-block; } }