Slider do not work in RTL mode
-
Need to add this to the code:
.owl-stage-outer{
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0,0,0);
direction: ltr;
}As shown here
https://stackoverflow.com/questions/38939739/owl-carousel-is-not-working-with-direction-rtl
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Slider do not work in RTL mode’ is closed to new replies.