Hi,
my Logo in the Enfold theme works great with Firefox an Chrome. But with IE9 the Logo is not displayed correctly. It appears larger.
My website: aluscreen.org.
But if I test your demo (kriesi.at/themedemo/?theme=enfold) with IE9 ist works gerat!?!?!?
Can you help me?
Thanks & Regards
Alexander
Try to define the width of the image – sometimes IE has problems to display an image if no image width is defined. Insert following code into the quick css field and change the width value if necessary
#header .logo img {
width: 200px;
}
That works great. Thanks for helping.
Regards
Alexander