Ok, i figured it out.
For the people with the same problem you have to define the css classes on header.php
Like this:
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ , ‘menu_class’ => ‘nav navbar-nav’) ); ?>
Solve the 3rd image, but the first and second still can’t find…