This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: range slider is broken in rtl

#15936
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You are right, it looks broken. I believe that may be because of a stylesheet conflict.

Can you please try this custom CSS, I believe it might help:

[html]fieldset.asp_custom_f .noUi-target, fieldset.asp_custom_f .noUi-target * {
direction: ltr;
transition: none !important;
}[/html]