Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created March 9, 2015 16:45
Show Gist options
  • Save bhubbard/c197a86e8786e7da9a91 to your computer and use it in GitHub Desktop.
Save bhubbard/c197a86e8786e7da9a91 to your computer and use it in GitHub Desktop.
Center Twitter Bootstrap Navbar
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment