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

    (@vikparties)

    I fixed it myself by overriding the plugin’s CSS. For anyone who cares how I did it:

    .owl-carousel .owl-stage-outer {
    direction:ltr;
    }

    .owl-carousel .owl-stage {
    direction:rtl;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘RTL support’ is closed to new replies.