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
Just create this class and add it to your element to be centered.
.navbar-center { margin-left: auto; margin-right: auto; }