This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow
https://nouslesavon.com/boutique/
Look at this page IE,:images are too big and are overlapping. In firefox it is ok (Not sure but I think it was ok before I uodated to 3.9)
Also, is it possible not to show the “after product bar” just on this page since it has the same content? (I want to keep it on category pages)
I corrected the problem in Internet Explorer by adding in the custom css:
/*media all*/
.category-grid a {
display: inline;
}
Still have the question on how to remove the “after product bar” just on yhe main shop page
Hello,
You can use the following code to fix the product categories in IE
.category-grid img{
width: 100%;
}
and following code to hide “After products” widget are on Shop page only
.post-type-archive-product.woocommerce .after-products-widgets {
display: none;
}
Regards
It works perfectly thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up