Hi, If you enable the module with the ID 585, the page does not appear horizontal. The menu is vertically in the bar on which you want to show horizontally. How do you get the effect of centered menu buttons in a horizontal layout?
regards!
Hi domir21
You can use the navbar-nav suffix in menu class suffix
http://prntscr.com/nz9jsd
Regards
Thanks pavit
How can I cause the menu to be centered? Domir
domir21 Hi. Please try using this in css:
.navbar-nav { text-align: center; width: 100%; } .navbar-nav > li { float: none; display: inline-block; }
thx! It its works!