Need help centering the menu bar
-
How can I center the menu bar? It is on the right side, but I need it to be in the center.
I have tried this, but it doesnt work:@media screen and (min-width: 768px) and (max-width: 1024px) { body .navbar-nav>li { float: none; } body .nav>li>a { display: inline; } }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Need help centering the menu bar’ is closed to new replies.