Center header after logo removal

Hello
I added the css code
.x-brand {
display:none;
}
to remove the logo but the menu stays to the right. I tried “stacked” but that didn’t remove the logo.

All I want is a centered top menu. :slight_smile:

Thanks!

Hi @yanikphoto,

Thank you for reaching out to us. To center the navigation menu, choose stacked layout via X > Theme Options > Header > Logo and Navigation

You can remove your logo via X > Theme Options > Header > Logo - Image or you can add the following code n the Theme Options > CSS to remove the logo:

.x-brand {
    display: none !important;
}

Hope this helps!

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