How do I right adjust the navbar items?

I need to know how to right adjust the navbar items from Bootstrap in the variables.less file. I’m sure this is simple but I can’t figure it out. Help!

Figured it out.

in templates/header-top-navbar.php, edit the line

wp_nav_menu(array('theme_location' => 'primary_navigation', 'menu_class' => 'nav navbar-nav navbar-right'));

to include navbar-right.

How about the class of .alignright to your nav class - that’s what i do, if i’m reading you right in wanting to right-align your navbar.

alignright is Bootstrap css markup (float: right;)

EDIT: just noticed your second post. :slight_smile: