I have a problem with the logo. In Chrome, it displays correctly and the Internet Exlorer almost twice as big!
Hi,
This is what I see on IE.
Please add this on your custom.css or Quick CSS:
.logo, .logo a {
height: auto;
}
Regards,
Ismael
Hi, I have a similar problem. In explorer the logo doesn’t resize itself…. If I include this custom code you supplied the logo now doesn’t disappear but it doesn’t authomatically get smaller either…
Hi,
Can you post a screenshot of the issue you are having? I have tested your site on IE 10 and there seems to be no problem with your logo
Regards,
Yigit
Hi micronda,
What version of IE is that and on what OS? I’m not getting the same issue on my end either.
Regards,
Devin
IE 8 on Window 7
BUT… your enfold demo does work correctly (I think it squashes the logo a bit, but it resizes)…. I haven’t really done any changes on the theme except for creating a child theme with nothing in it at this moment…..
Hey,
Please try this code:
.logo, .logo a, .logo img {
height: auto9;
max-height: 100%9;
}
Regards,
Ismael
Nope, still the same problem :-(
The thing I don’t understand is why the enfold demo DOES work perfectly on the same Internet Explorer….
Try this code:
.header-scrolled .logo a {
height: 44px !important;
}
Tested in IE8 / Win7
Regards,
Josue
YES, that did it…….. Thanks.