Bootstrap 4 align navbar items to the right

后端 未结 21 3046
無奈伤痛
無奈伤痛 2020-11-21 06:14

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.

This is wha

21条回答
  •  萌比男神i
    2020-11-21 07:13

    In my case, I wanted just one set of navigation buttons / options and found that this will work:

    
    

    So, you will add justify-content-end to the div and omit mr-auto on the list.

    Here is a working example.

提交回复
热议问题