Go to YOUR_CATALOG/includes/templates/tableau/css/stylesheet_product_listing.css
Look for:
/* Product Listing Image */
#categoryImgListing {
text-align: center;
margin: 36px 0 15px;
}
#categoryImgListing img {
height: auto;
max-width: 978px;
width: 100%;
}
You can change the max-width to any pixel you want.



Reply With Quote
