Bootstrap navbar center menu
There are many ways to put navigation in center. The simplest way to create bootstrap navbar center is by adding mx-auto
on navbar-nav
menu.
Also you can achieve this with flexbox css. For example justify-content: center;
Here are basic code snippet
« Back to all examples