This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi,
I would like to use Header #3, but I want to center the logo so that the logo is in the middle and there are 3 menu options on each side (like in header #17). I did this on a site with the “Woopress” theme, but the code I used for that does not work in this instance. How can I center the logo in Header #3? Thank you so much for your help.
The header background should be a slider like in this example (but with the logo centered)
https://www.8theme.com/demo/royal/travel/?et_styles=0-1-2-0-0-1
menu item 1 menu item 2 menu item 3 LOGO menu item 4 menu item 5 menu item 6
Hello,
Try to set header #17 and add this code in Custom css:
.header-wrapper.header-type-17 {
z-index: 3;
position: absolute;
overflow: hidden;
left: 50%;
transform: translateX(-50%);
}
If this is not what you want then provide me screenshot, link to your site and wp-admin access in Private content area.
Regards,
Rose Tyler.
Hi,
That mostly did exactly what I needed it to do, thank you so much! The only thing is that the black bar above the menu (with the login and checkout links) is now not full width like the rest of the header. Is there an easy fix for this? I can send a screenshot of the page if that is helpful to demonstrate what I am talking about.
Hello,
Could you please provide a link to your website so we could check it?
Regards,
Rose Tyler.
Hi,
Thank you for getting back to us, it is now displaying correctly. Thank you!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Center logo on header’' has been successfully resolved, and the topic is now closed for further responses