React bootstrap Navbar: How to right align a navbar item

后端 未结 7 1450
独厮守ぢ
独厮守ぢ 2021-01-05 01:51

I\'m trying to right align a navbar item (Contribute) within a navbar.js but I can\'t seem to figure it out. The navbar is a React component and looks like the

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-05 02:25

    If you want to make your navigation look something like as shown in below screen shot:

    Then you would need to apply the class container-fluid on Nav and class ml-auto on the Nav.Item on the navigation item which you wish to right align.

    Below is the code:

    
      
    
    

提交回复
热议问题