Home › Support › Image Store › Checkout thumbnails too small to be seen › Reply To: Checkout thumbnails too small to be seen
May 21, 2014 at 3:57 am
#126861
danielangelgm
Member
Fixed by my own, thanks any way
I’ve add this in my theme custom css area:
.ims-preview {
float: left;
padding: 4px 80px 0px 0px;
width: 50px;
margin-left: 0px;
}
Bye.