How to position buttons to the right side of that navbar?

You can create another

<ul class="navbar-nav">
     <li class="nav-item">
     <li>
</ul>

below your existing nav. without the mr-auto, it will automatically position to the right,

2 Likes