I\'m using the bootstrap navigation bar, but I want to float one of the buttons to the right instead of the left as it already is. Here\'s the HTML:
In bootstrap 4 use:
This will push the navbar to the right. Use mr-auto to push it to the left, this is the default behaviour.