• Resolved HamBeny

    (@hambeny)


    Hi! How to make the slideshow work correctly for right to left language. I’m getting a big white space when configuring my site to use right to left language.

Viewing 1 replies (of 1 total)
  • Thread Starter HamBeny

    (@hambeny)

    Finally I found the solution wich consists of switching the slider to LTR by adding this in a custom CSS plugin:

    .owl-carousel .owl-wrapper-outer {
        direction: ltr;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Configuring the Slider for right to left language’ is closed to new replies.