hey,
i have an issue with ie8 (i didn’t test it with more recent versions of ie). in the support forum i read, that there are quite a lot of problems with ie, so i tried some solutions but without succes.
here is my site: http://www.einradfahrschule.de
the logo is perfectly displayed in chrome and firefox, but in ie8 it is too big and overlaps the menu.
thanks for your help and best regards
philipp
Hey p_niedrich!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
.logo, .logo a {
width: 240px\9;
height: 120px\9;
max-width: 240px\9;
max-height: 120px\9;
}
Best regards,
Ismael
Thanks Ismael, that worked perfectly :)