Hello, I have a problem when I add more than 1 image to a product, the thumbnails does't show correctly.
If I check the virtuemart CSS it looks fine, but just the thumbnails, I think is a box CSS problem but I don't know how to fix it
.productdetails .additional-images > .additional-image {
float: left;
width: 114px;
}