Navbar Top Link Alignment

Dear Support

There doesn’t seem to be a way to move my Navbar Top menu to align left. Is there a way? below is the link so you can see. I want the menu near my logo. Thanks!

http://smarttraderschallenge.com/x/#/options/x-header

Hi there,

Thanks for posting in.

Please add this CSS to your global custom CSS,

.masthead-inline .desktop .x-nav {
    display: block;
    float: left;
}

This should align it to the left beside the logo.

Thanks!

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