SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, I was looking for a solution that allows one of the navbar items to be right aligned. In order to do this, you must add style="width:100%;" to the <ul class="navbar-nav"> and then add the ml-auto class to your navbar item.
style="width:100%;"
<ul class="navbar-nav">
ml-auto