Using 'Inline' navbar option, when the space between menu links is expanded, the last menu items moves away from the right hand side of the website

How do I align the menu right but still separate the links?

Hello @cbcostello,

Thank you for the details.

To resolve this issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .desktop .x-nav > li:last-child > a:not(.x-btn-navbar-woocommerce),
.x-navbar .desktop .x-nav > li:last-of-type > a:not(.x-btn-navbar-woocommerce) {
    padding-right: 0 !important
}

Please let us know if this works out for you.

Thank you thats great!!

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.