Breadcrumb into a navbar in bootstrap 3.0.2

后端 未结 2 892
野趣味
野趣味 2021-02-08 09:32

I\'m new on Bootstrap, and i want to create a navbar with some stuff (links, dropdown...) and a breadcrumb. But i have a problem with the display: block (i think...) when i put

2条回答
  •  太阳男子
    2021-02-08 10:09

    This is my solution, it works with toogle button and collapse div too:

    
    

    You need to edit css just to modify the link appeal:

    a.navbar-link {
        text-decoration: underline;
    }
    

    It works with btn too: just add, to link class, "btn btn-default btn-xs".

提交回复
热议问题