Product images are not showing

Hi,
Images are not showing in product pages on my Hebrew website.
I reached the WPML support and they are saying that a css command on the theme is causing the problem:
.rtl .flex-viewport {
direction: ltr;
}
Appriciate your help fixing this problem.

https://mariandleoni.com/he/product/כובע-באקט-פרוותי/

Thanks
Moran

Hello Moran,

Thanks for writing to us.

I checked your site and I can also replicate the issue at my local development site. To fix it temporary please add this custom CSS code under X/Pro–>Theme Option —>CSS.

.rtl .flex-viewport {
 direction: rtl;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

Yes. Thank you very much.

Hi Moran,

You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.