This topic has 14 replies, 4 voices, and was last updated 7 years, 3 months ago ago by Olga Barlow
Hi there,
I have been having issues with my logo (in my header) not being completely centered.
I was told by chat support to add a custom CSS
.header-wrapper.header-center3 .header-left-wrap {
width: 29%;
}
which I did. It is better but not completely perfect, it is still not dead center.
Does anyone know how can I have my logo centered properly?
Also, do I need to add this custom CSS manually to each page?
Thanks for your help 😉
Hi,
1. remove the custom css
2. disable the secondary menu in 8theme options >> general >> secondary menu >>
Enable secondary menu >> OFF
And,
– no. if you add the css in 8theme optons >> styling >> custom css >> global custom css you do not have to add the code to every page. It will affect all the pages automatically.
Hello Amzy Leel,
Thank you for getting back to me.
I removed the CSS as requested by you and looked at the Secondary Menu option, which was already Disabled. I enabled it and disabled it and saved the setting. The homepage is fine however with all the other pages the logo is still off center (pulling to the right).’
I hope you have some other ideas to help me fix this issue 😉
Hello,
Remove the following code
.header-wrapper.header-center3 .header-left-wrap {
width: 29%;
}
After that add the following code
@media only screen and (min-width: 992px) {
.header-wrapper.header-center3 .header-logo {
width: 36%;
}
.header-wrapper.header-center3 .header-logo img {
margin-left: -100px;
}
}
@media only screen and (min-width: 1200px) {
.header-wrapper.header-center3 .header-logo img {
margin-left: -60px;
}
}
Regards
Hello,
I received an email from Olga with a different code to add to CSS. I deleted the old and added the new code, as requested, unfortunately the problem is not fixed, there has been no “visual” change, the Logo is still off center (pulling to the right).
Sasha
Hello,
Seems you have a problem in custom css, so try to replace all your code:
.banner {
box-shadow: 0px 0 12px rgba(185, 163, 157, 0.1);
}
@media only screen and (min-width: 992px) {
.header-wrapper.header-center3 .header-logo {
width: 36%;
}
.header-wrapper.header-center3 .header-logo img {
margin-left: -100px;
}
}
@media only screen and (min-width: 1200px) {
.header-wrapper.header-center3 .header-logo img {
margin-left: -60px;
}
}
or provide wp-admin access in Private Content.
Regards
Hello Rose,
thanks for that, I added the code in CSS the Logo is perfectly centred on the Homepage, however is not cantered on all the other pages. I have added the WP login info as requested, if you could help me to resolve this “Logo” issue for every page that would be fabulous?
Many thanks for your assistance.
Sasha
The wp-admin credentials are incorrect.
Please check them.
Regards
My Apologies Rose, please see below
Transfer this code https://prnt.sc/g3vvz8 from custom css for page to Theme Options > Styling > Global custom css.
Regards
Hello again,
I am sure this is driving everyone crazy, including me.
I applied the Global CSS changes, however it is still not properly centered.
You will see the Logo does not align with the Headings on each page… Please take a look.
Sorry, but it cannot stay like this.
Help please?
Sasha
Hello,
Sorry for this. We have removed that custom and just increase the size of the logo block. I suppose now everything should we ok.
Regards
Tagged: header issues, logo, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up