Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eri-trabiccolo/999ac7969818b0997439 to your computer and use it in GitHub Desktop.
Save eri-trabiccolo/999ac7969818b0997439 to your computer and use it in GitHub Desktop.
Center menu
.navbar-inner{
padding-right: 5px;
}
.tc-header .nav-collapse{
float: none;
}
.navbar .nav {
width: 100%;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nav-collapse .nav > li{
float: none;
display: inline-block;
}
.nav-collapse .nav > li li{
text-align: left;
}
.navbar div>ul.nav>.menu-item:last-child>a {
padding-right: 5px
}
@media (max-width: 979px){
.nav-collapse .nav > li{
display: list-item;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment