Header, Navbar: How can I get the Navbar centered?

Wordpress, Theme X, Integrity, Header, Navbar: How can I get the Navbar centered?
My Logo-Text is left-aligned. I like the Navbar to be centered. How can I get this?


Thank you.

Hey,

Thank you for writing in!

Have you tried checking out the customizer, Appearance > Customize > Header > LOGO AND NAVIGATION

Yes I did. In LOGO AND NAVIGATION in LINKS - ALIGNMENT I can only set a number and not the command “centered”.

Hi there,

Please add this code in the custom CSS:

.x-brand, .x-navbar .desktop .x-nav > li > a {
    text-align: center;
}

Hope this helps.

Thanks.
The code centers the Logo-Text. I would like the Navbar to be centered.

Hi There,

This is what I am seeing right now:

Since you do have a lot of menu links and the size and spacing is too large, other menu links goes down on to a new line resulting to 3 lines/row of menu links. If what you are trying to achieve is centering each link per ROW, unfortunately, it is only possible with customization that is outside the scope of our support. The initial structure is design the links to sit side by side and this will interfere when we attempt to center it. That is possible by default if you will reorganize you menu and reduce some links, reduce it’s font size then on X > Launch > Header > Logo and Navigation : Choose stacked. Something like this: http://demo.theme.co/renew-1/

Hope this helps.