I'm using navbar whitout lists. How do you make navbar brand stay left, and the links go right? Before it was just "navbar-right", what about now?
Thank you in advance!
I'm using navbar whitout lists. How do you make navbar brand stay left, and the links go right? Before it was just "navbar-right", what about now?
Thank you in advance!
A more complete working example for bootstrap4 alpha 6 here. http://www.codeply.com/go/P0G393rzfm This new behavior occurred in alpha 6 release of bootstrap 4.
I wouldn't say it as a replacement but here is the class you could use to make the menu left-aligned.
<div class = "navbar-nav ms-lg-suto>
.......
.......
.......
</div>