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
This is my solution, it works with toogle button and collapse div too:
Toggle navigation > Link1 > Link2 > Link3 > Link4 Exit
> Link1 > Link2 > Link3 > Link4
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".