I am using Bootstrap 3. I would like a navbar with only the brand in it. No other links or anything else. And I want the brand to be in the center. How can I accomplish t
Another option is to use nav-justified..
nav-justified
Brand
CSS
.navbar-brand { float:none; }
Alternate example