Moving menu text over

How do i move the menu text more to the right in the menu?
Also make the menu words farther appart from each other like add space inbetween the menu tabs i guess

Hello There,

Thanks for writing in!

To move the menu to the right, please make use of this custom css:

.x-navbar .x-container.max.width {
    width: 90%;
    max-width: 100%;
}

And to add space in between the menu items, please go to X > Theme Options > Headers > Links - Alignment and set the “Navbar Top Link Spacing”.

Hope this helps. Please let us know how it goes.

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