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