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.
Using the bootstrap flex box helps us to control the placement and alignment of your navigation element. for the problem above adding mr-auto is a better solution to it .
Navbar Home (current) Features Pricingg Login Register @yield('content')
other placement may include
fixed- top fixed bottom sticky-top