Hi,

IE8 displays this like a mobile device. Even the Groundworks website (http://groundwork.noceda.me/) does this. What is the fix?

Thanks

Comments

JohnFilipstad’s picture

Title: Responsive in IE » Responsive in IE8
Priority: Major » Normal
Status: Active » Fixed

IE8 does not support media queries out of the box.

Added respond.js via a CDN on my latest commit so Groundwork can be responsive in IE8 out of the box.

Respond.js does not work in @import of css files. You need to to check the box "Aggregate and compress CSS files." in your Drupal's Performance page (http://example.com/admin/config/development/performance).

You may wish to have your own copy of respond.js and use it instead in html.tpl.php on your custom theme's template folder or probably use css3-mediaqueries-js (http://css3-mediaqueries-js.googlecode.com) instead.

Thanks for finding the time in reporting this bug.

ricmel111’s picture

Status: Fixed » Closed (fixed)

Great job. That worked. Thanks.