Home > OS >  Bootstrap navbar menu in the left of the browser
Bootstrap navbar menu in the left of the browser

Time:07-26

How can i move Bootstrap navbar vertically and make it to the left of the page like this: enter image description here

CodePudding user response:

I don't know which version of Bootstrap you're using, but here is an instance of a vertical navbar in the Bootstrap documentation for v5.2: https://getbootstrap.com/docs/5.2/components/navs-tabs/#vertical

  • Related