This topic has 6 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
Hello,
I read two fixes for centering the mobile logo (one for legenda and one for blanco) and tried both in my custom.css, which has been properly activated and is working. Here is what I added.
.top-cart-disabled .logo {
width: auto !important;
}
@media (max-width: 480px) {.logo {
margin-left: 0;
No joy… the logo is still not centered. I know the custom.css is active as I have added this code to reduce padding among fixed nav menu entries, and it works fine.
.main-nav .menu > li {
padding: 0 5px;
}
The off-center logo appears on a Samsung Galaxy S4, but I gather others have difficulties on other devices.
Thanks,
Stu
Hello,
Please try to add this code:
@media (max-width: 480px) {.header .logo {
left: 70%;
}}
Thank you.
Regards,
Eva Kemp.
That worked great, Eva! Thank you.
Stu
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello Again Eva,
For some reason (no change to theme, css, or anything else) the client’s logo is now displaced to the right on Smartphones, when the phone is held vertically. When it is held horizontally, the logo centers properly. Not sure what has caused this issue.
Credentials in the private section.
Thanks much for your help.
Stu
Hello,
I’ve edited custom.css file.
Please check the logo display now.
Regards,
Eva Kemp.
Tagged: centering, design, mobile logo, seo friendly, themes, woocommerce, wordpress
The issue related to '‘Can't center mobile logo’' has been successfully resolved, and the topic is now closed for further responses