Tagged: image
Hi,
how to adjust the size of the product bundle summary on single product page? please take a look.
Hi ChaosWeb!
You can add this on your custom.css or Quick CSS:
.bundled_product.bundled_product_summary.product .images a img {
width: 200px;
}
Adjust the width if necessary.
Cheers!
Ismael