No matter what I try, I can\'t center something in Bootstrap navbar, any solutions for it?
I\'ve tried adding a div, using margin:0 auto; or marg
margin:0 auto;
marg
Try this.
.nav-tabs > li{ float:none !important; display:inline-block !important; } .nav-tabs { text-align:center !important; }