Hi,
the product grid layout appears broken when rendered by IE [1].
It works fine on Firefox / Chrome, though.
This topic has 8 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi,
the product grid layout appears broken when rendered by IE [1].
It works fine on Firefox / Chrome, though.
Hello,
Please specify what IE version are you using?
Regards,
Eva Kemp.
Hello,
Try to use this code in child style.css file:
@media (min-width: 1200px){
.sidebar-position-without .product-count-4.products-grid .products {
width: 165px !important;
}}
Regards,
Eva Kemp.
Hi,
thanks. I added the css but this didn’t do the trick.
Best regards
Hello,
I have removed the duplicated css code in your child style.css:
@media (min-width: 1200px) {.sidebar-position-without .products-grid.product-count-4 .product {
width: 170px !important;
}}
Please clear browser and server cache and check the site.
Regards,
Eva Kemp.
Hi,
thank you. That worked!
Best regards
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Product grid IE glitch’' has been successfully resolved, and the topic is now closed for further responses