I am working on creating a navbar using the latest version of Bootstrap 4 (alpha6).
<nav role="navigation" class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="/">
<img src="/public/img/logo.png" height="36" alt="myLogo">
<span class="navbar-text">Food on Track</span>
</a>
<ul class="ml-auto nav">
<li class="nav-item">
<svg fill="currentColor" preserveAspectRatio="xMidYMid meet" height="1em" width="1em" viewBox="0 0 40 40" style="vertical-align: middle;">
<g><path d="..."></path></g>
</svg>
</li>
</ul>
Can anyone suggest the best method to ensure that the nav brand and items align in one line using Bootstrap 4? Check out the example on Codeply