This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Laranz
After the 3.2 update, the main logo in the header is no longer centering. There is CSS directing it to do so however something is overriding it.
Header Style 6.
Hi,
Make sure you have left or right content in the Theme Options -> Header, such as search bar or cart or any widget. If you don’t want any you can either add this CSS Snippet in your Child theme’s style.css or in custom css:
.header6 .logo {
width: 100%;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up