How do I align a navbar item to right?
I want to have the login and register to the right. But everything I try does not seem to work.
In my case, I wanted just one set of navigation buttons / options and found that this will work:
Sign Out
So, you will add justify-content-end to the div and omit mr-auto on the list.
justify-content-end
mr-auto
Here is a working example.