In Development Mode I can't center the Mainmenu
It ist possible to float left or right
@media (min-width: 768px) {
.navbar-nav {
float: right;
margin: 0;
}
But I didn't manage to center the whole menu. Would be greatful for a piece of advice.
Thanks in advance