Comments on: Center Align Menu in Bootstrap Navbar https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/ Web & Mobile App Development Company Thu, 10 Dec 2020 14:09:21 +0000 hourly 1 By: FSC https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-129593 Thu, 10 Dec 2020 14:09:21 +0000 https://www.codexworld.com/?p=2597#comment-129593 This is great, thank you!

I had to add high z-index; otherwise, my menu dropdown in navbar-center section got stuck behind other page content.
For example, z-index: 9999;

]]>
By: Alex https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-117284 Tue, 30 Jun 2020 19:42:53 +0000 https://www.codexworld.com/?p=2597#comment-117284 Awesome! Thanks you so much!

]]>
By: hichem bennaceur https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-116266 Sat, 20 Jun 2020 10:51:23 +0000 https://www.codexworld.com/?p=2597#comment-116266 Zua said code is the best

]]>
By: Deepak Gupta https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-112719 Fri, 08 May 2020 06:30:24 +0000 https://www.codexworld.com/?p=2597#comment-112719 great article we are expecting more good articles from you kindly share more good stuff with us

]]>
By: Maria M https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-95537 Tue, 15 Oct 2019 02:10:35 +0000 https://www.codexworld.com/?p=2597#comment-95537 Thank you very much, it worked perfectly!

]]>
By: zua https://www.codexworld.com/bootstrap-navbar-center-align-menu-text/comment-page-1/#comment-83643 Mon, 22 Apr 2019 17:03:05 +0000 https://www.codexworld.com/?p=2597#comment-83643 i use this
.navbar-nav.navbar-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}

]]>