Question

The Magento stock RWD theme does not respond well in a IE 11 browser. Account is on top of the logo. Minicart.phtml does not appear in IE. How can we find a resolution to this issue?

Screenshot below of IE and Chrome browsers. enter image description here

Thank you for your time.

Was it helpful?

Solution

It seems some RWD styles are not integrated or imported correctly and check with media screen css too. As dhiewo said the meta tag may be a problem for IE use the meta tag in app/design/frontend/base/default/template/page/html/head.phtml

<meta http-equiv="X-UA-Compatible" content="IE=edge">

If still issue exists check your css path and folder.

OTHER TIPS

Based on bootsrap issue , add this meta tag

<meta http-equiv="X-UA-Compatible" content="IE=edge">

i think it would be fine with that meta.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top