Blog not loading properly on Internet Explorer
-
My site design loads perfectly on Chrome and other browsers but not on Internet Explorer. On IE, the sidebar images show up much larger and stacked vertically on top of one another (instead of small icons in a row). Also, the date tab on the left also has the wrong color and font (but only on IE).
Please help!
The blog I need help with is: (visible only to logged in users)
-
Eaxctly which version of IE are you referring to please? Note that this thread will be moved to the CSS Forum for you.
-
Thanks for your response. It’s happens on multiple IE versions but the version I was looking at was IE8.
-
Hi dietitianduo, this should be pretty easy to fix.
First, please note that you have an error in the last line of your Custom CSS: you’re missing a closing } brace.
Now, the theme has added some styles to “fix” images for IE 8 and older to make them the full width of the column. The tradeoff is situations like yours where you want small images. But it’s nothing a little CSS can’t fix! Try:
.widget-area #text-5 img { width: 50px; }Also note that this issue would only have affected IE 8 and older, and their usage is dwindling every day. :)
- The topic ‘Blog not loading properly on Internet Explorer’ is closed to new replies.