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.
This is a mobile version of the documentation.
View this website on the desktop to copy & edit the source code of the component.