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

Reply To: RTL

#52497
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Sure!

The easiest way around it is setting the magnifier to the right side by default, then using this custom CSS code as well:

.rtl button.promagnifier {
    order: 1 !important;
}

This will force the order to the left side when RTL class is present on the body (aka RTL langauge is used).