Can you share an image showing your problem ?
It seems a CSS problem related to the theme you are using.
Let us know.
Hello,
I have the same issue.I am using Total Responsive theme.
Here is an example:
http://bilpstoreman.com/produit/lidealiste-sac-a-bandouliere/
Thank you in advance for your help!
Hi,
Try this in your style.css or custom style file:
ul.yith_magnifier_gallery { margin: 0; }
If that doesn’t work, change this in your themes/Total/style.css:
.entry ul, .entry ol { margin: 0 0 20px 30px }
into
.entry ul, .entry ol { margin: 0 0 20px 0 }
Good Luck!
Thanks a lot dataroots!
Your first suggestion works perfectly fine for me!
Hi, I have the same problem where thumbnails are not centered.
URL: http://www.feelhome.se/produkt/nam-dehicula-eros-tempor-auctor-lorem-4/
I tried the sudgested solution but it did not work, any ideas?
Hi RinorMaz,
You have a set width of 149 pixels for the thumbnails, while the actual width is 75 pixels. This causes the thumbnail box to stretch. You have to change this into your thumbnail settings.
Hi dataroots,
Thank you for your help. Where can I change this setting?
Regards.
Hi RinorMaz,
No problem! I am not 100% sure where to look as I don’t have admin access to your website. Looks like the thumbnail size is hard cropped. Check in the Yith Zoom Magnifier settings and make sure the option “This option fits the thumbnails within the available space. Disable it if you want to manage freely the thumbnails (eg. add margins, paddings, etc.) ” is not selected. Deselect and refresh your website.
If this doesn’t work I suggest you change the settings in Woocommerce – display and deselect hard crop for the thumbnails. You have to regenerate the thumbnails though. There is a plugin for this.
Good Luck!
Hi Thank you for this well explained answer!
I will try the above sudgestions, but is there not a code snippet I can ad to adjust this instead 🙂 ?