Hi
Im using WPML to create a hebrew site for an existing english site.
I am trying to fix the owl carousel for products so that it will work in RTL.
added this to the rtl.css in child theme
:
.owl-carousel {
direction: rtl;
}
.owl-carousel .owl-item {
float: right;
}
seems to show the first image but not the rest
is it possible to fix this with css ?