I am having a hard time with the updated WooCommerce product gallery slider. For some reason the single image is always pushed to the right a bit, and when it slides to the next image you see a bit of the previous image.
I’ve tried using the Regenerate Thumbnails plugin, as well as uploading new sizes of the images to make sure they are consistent. I believe it could be something i’m missing in CSS but after a week I am still not sure what.
Here is a screenshot: http://i.imgur.com/jdAAUFB.png
Here is the URL I am testing it on: http://motomade.3rfocuslabs.com/product/motomade-bar-tray/
Glad to here! If you have any issue or questions please let me know, we will help you resolve it as soon as possible.
Please login or Register to submit your answer
replied 8 years ago
Thanks to a member on woocommercecommunity.slack.com I was able to fix the problem. It was with Chrome and I adjusted it with the following CSS code:
figure {
-webkit-margin-start: 0px;
}