Reply To: Images in shopping cart

HomeSupportImage StoreImages in shopping cartReply To: Images in shopping cart

#168667
Ravenworks
Participant

More… It does appear that a very small image is showing up when going to the “Cart” page but it does not show up on the page immediately following the “Add to Cart” command.

The site is a responsive design so when viewed from a “smart phone sized window”, a very nice display of the image and title appears.

I could insert custom CSS into the template but I’m not sure what part of the layout should be adjusted. I did see this code suggested for what I thought was a similar prblem but it appears to have made no difference:

.ims-preview {
float: left;
padding: 4px 80px 0px 0px;
width: 50px;
margin-left: 0px;
}

Any suggestions would be greatly appreciated.