Logo not visible in Internet explorer

Best WordPress theme for game news websites, game portals or whatever your preferred subject.
GK User
Wed Mar 13, 2013 4:29 pm
Hi,

Somehow the logo (logo position) is not visible in Internet Explorer.

How can i fix this? this is the link: http://hrjob.jorendekoning.nl/
User avatar
Expert Boarder

GK User
Wed Mar 13, 2013 7:05 pm
Hi,

Please try to add the following CSS code in ie8.css and ie9.css:

Code: Select all
h1 a.imageLogo {
max-width: auto!important;
}
User avatar
Administrator

GK User
Fri Mar 15, 2013 8:11 am
Did it but not working. I have IE 10 already...
User avatar
Expert Boarder

GK User
Fri Mar 15, 2013 5:17 pm
Please test this code in my case it helped:

Code: Select all
.imageLogo img {
   max-width: auto!important;
   width: auto!important;
}
User avatar
Administrator


cron