Reply To: Theme Header IE 8

#7140
mkurz
Participant

I had the same problem (i.e. header image / logo wouldn\’t show in Internet Explorer 8).

My FIX was in specifying a width in the CSS for the site-title div container (where the header image resides). Sounds complicated, but actually simple.

To do this:
– In the wordpress admin screen, Appearance > Editor
– Then copy and paste:

#site-title {
width: 50%; /* Comment: Always list a width here. Either in percentage or pixels.*/
}

– Update file.
– Refresh your page.

  • This reply was modified 12 years, 2 months ago by mkurz.