Closed mivajenn closed 8 years ago
When a product has two lines of text for a description - the text runs into the image.
This should now be fixed. FIX: /css/pages.css: OLD: .featured-product-bottom {position:absolute; bottom:0;width:95%;} NEW: .featured-product-bottom {width:95%; margin: auto;}
.featured-product-bottom {position:absolute; bottom:0;width:95%;}
.featured-product-bottom {width:95%; margin: auto;}
When a product has two lines of text for a description - the text runs into the image.