Create a responsive navbar sidebar “drawer” in Bootstrap?

Bootstrap 5 Beta 3 (update 2021) There is now an offical Bootstrap 5 Offcanvas Component that makes creating sidebars much easier. Of course it can still be done without using the Offcanvas component like this sidebar example for Bootstrap 5 Bootstrap 4 (original answer) Sidebar navs can be very complex. This may be why Bootstrap … Read more

Bootstrap NavBar with left, center or right aligned items

2021 Update Bootstrap 5 (beta) Bootstrap 5 also has a flexbox Navbar, and introduces new RTL support. For this reason the concept of “left” and “right” has been replaced with “start” and “end”. Therefore the margin utilities changed for Bootstrap 5 beta: ml-auto => ms-auto mr-auto => me-auto Also note that data-toggle and data-target have … Read more