Moving nabber to the right by default

This commit is contained in:
KoenemannH 2018-07-03 08:44:04 +02:00
parent 38c0f4372b
commit a568171e80
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ $container = get_theme_mod( 'understrap_container_type' );
'theme_location' => 'primary',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'navbarNavDropdown',
'menu_class' => 'navbar-nav',
'menu_class' => 'navbar-nav ml-auto',
'fallback_cb' => '',
'menu_id' => 'main-menu',
'depth' => 2,