How to center Bootstrap Navbar
To center the Navbar horizontally use flexbox utilities.
Remove .ms-auto
or .me-auto
class and add
.justify-content-center
next to the .navbar-collapse
to center the
content.
To center the Navbar horizontally use flexbox utilities.
Remove .ms-auto
or .me-auto
class and add
.justify-content-center
next to the .navbar-collapse
to center the
content.