Menu Bar alignment

0
Dear colleagues and Mendix enthusiasts, is there a way to edit my menu bar to have them aglin in a row instead underneath each other?   kind regards, Steven 
asked
2 answers
3

Hi Steven,

Easy way is to use simpleMenubar widget instead of menubar.

If its not native mobile app and if you want to use menubar , then you can achieve this by adding custom styles to your theme. Below is the CSS code you that you need to add.  

.custom-navbar .nav>li {display: inline-block; }

Apply .custom-navbar class to your menu bar widget.

 

Please see this forum post on how to add custom styles.

 

Hope this helps! 

 

answered
0

thank you - super helpful 

answered