Hi,
I’ve got a very complex header set. But after the update the logo is shrinking on mobile and i can’t find the id to remove the shrink for mobile.
Hope you guys know how to remove the shrink.
Cheers Jasper
Hey herrbirk!
Thank you for using the theme.
Did you add a lot of css modifications for the header and logo? I’m sorry but the latest update with the new header configurator might render them useless. Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive .logo {
position: static;
height: 120px !important;
float: none;
}
}
Regards,
Ismael