im trying to center my navbar with no luck at all.. Anyone here knows how to center it?
Here\'s my code:
Try to add css .navbar-nav li {display:inline-block;} <-- this let all tags lined up.
.navbar-nav li {display:inline-block;}
Check this FIDDLE to view more details.
Let me know if this was what you're looking for :)