Tagged: product image
When loading a single product page the product image has a scroll bar showing on the right side of the image until I hover my mouse over it, then it disappears. What can I do to fix this? Looks bad to have store product images doing that… Thank you.. Gary
Hi grpetz!
Kriesi will fix it with the next update. For a quick fix try to insert this code into the quick css field:
.four.units.single-product-main-image{
overflow: hidden;
}
Cheers!
Peter
Thank you! Fixed!