Hi Nikko,
I disabled it and it worked.
But I have a doubt there isn’t the risk that by doing this (disable merging and compression) the loading of the website will be slower?
Thank you very much. I fixed the problem.
Thank you very much. I fixed the problem.
I have the same problem. I have updated Enfold to the latest version and now the logo is really big on mobile.
@thomasjarvisdesign thank you for sharing the quick fix. I’ve added it on CSS of Enfold Child, but nothing change. It is still big.
Please can someone help me.
I’ve added this:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .logo a {
height:90px !important;
}
}
@media only screen and (max-width: 767px) {
.responsive .logo a {
height:80px !important;
}
}
I have the same problem! After update to the latest version 4.8.6.5 logo is really big on mobile.