Skip to main content

If you have hidden the shop actions from the products on the shop pages, you will notice that some of the second image is showing below the first image. (see screenshot)

Screen Shot 2014-01-16 at 20.51.41

 

This is because the image height is calculated to include the add to shopping bag option on mobile (for easier user interaction).

You can fix this by editing /js/functions.js line 565 from:

productImageHeight = productImageHeight + 20;

to:

productImageHeight = productImageHeight;

Hope that helps.

– Kyle

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.