Align navbar toggle button to the right
问题 I'm having a play around with Bootstrap 4, more specifically the navbar menu. Is there is a way I can make the little navbar toggle button align to the right of the page rather than have it floating to the left next to the logo? This is my current code. @media (min-width: 992px) { .navbar-nav li a { line-height: 85px; } } @media (max-width: 991px) { .navbar-brand { float: none; } } .navbar-toggler{ border:none; width:1em; } <nav class="navbar navbar-light bg-faded navbar-full"> <a class=