nav navbar-nav navbar-right but in mendix

0
how do you make items in your navbar float to the right in mendix (logout and user settings). in bootstrap 3 you add "nav navbar-nav navbar-right" within the <ul> but there doesnt seem to be a way to do this?
asked
2 answers
2

At least in most of my projects, you can find this in the sass folder labeled _navlayout-topbar.scss

(project folder) > theme > styles > sass > lib > layouts _ labeled _navlayout-topbar.scss or if you're using a the atlas _layout layout-atlas-responsive.scss

answered
0

Add your class in layout on the selected field shown in the screen shot.

answered