I've been trying to correct that wrap unssuccesfully, it's just messed with the cloud-zoom... Im using a custom theme i've bought and even with the original style.css the problem persists. Thanks in advance!
Problem:
I've been trying to correct that wrap unssuccesfully, it's just messed with the cloud-zoom... Im using a custom theme i've bought and even with the original style.css the problem persists. Thanks in advance!
Problem:
Your .product-image
class that encloses the image (and has the border) is fixed at 120px on line 30 of this css file.
Try adding this line to that file to override the width setting in this situation:
.product-box-customs .product-image { width: auto; }