Hey,
I need a solution for a problem I can’t fix.
On mobile, my Logo is very large, so that it overlaps the Menu button.
How can I remove the Logo in the responsive view?
Thanks and kind regards,
Christian
Hey mynoxin,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
span.logo {
display:none;
}
}
Best regards,
Rikard
Hey Rikard,
thanks for the Code. It does not work for me.
Hi,
It looks like you are using a cache plugin, did you make sure to clear the cache from it? https://bit.ly/2MjhMva
Best regards,
Rikard
You are right, forgot it. Works, THANKS!
Thread can be closed :)