Bootstrap navbar center menu
Get 700+ Material components for the latest Bootstrap 5 for free. This component is also available as ready-to-use solution in MDB UI Kit.
Learn more about Bootstrap Dropdown here, or download MDB Free version with 700+ components here.
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