Header Menu center

HI together,

I want to set my menu right in the line with my logo like www.theloudcouture.com.

What should I do?

Zhanks for help.

Hi @patsorules,

Thanks for posting in.

You mean logo in the center? Unfortunately, it’s only possible through Pro header. You can set up two inline navigation and an image. Image in the center, and one menu for each side.

But, you can also add an image on the menu item in Admin > Appearance > Menus and add it in the middle menu item. Then just remove the standard logo through CSS

.x-brand {
display: none;
}

Thanks!

I want it just like on my other website also built with x theme. Instead of having the logo on the left side I want it in the middle.

Thanks for updating the thread.

Greetz

Hello Greetz,

Thanks for updating in!

To accomplish what you have in mind, you can hide the default logo using the custom css given by Rad, add the custom menu item for your logo and insert a custom css to display your logo. Please check out this thread: https://theme.co/apex/forum/t/how-to-place-logo-in-the-center-of-the-menu/7600

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.