Hi
I have been using this code on the child css to shrink the logo size on a mobile device as the menu/cart were overlapping the logo.
But it appears to have stopped working …
@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 60% !important;
}
}
Hey richardelectrix!
Code seems fine. There might be some other code breaking your code. Can you please post the content of your custom CSS code here using pastebin.com?
Also, please see – http://kriesi.at/documentation/enfold/change-logo-on-mobile/
Best regards,
Yigit
This is working now.