Apply RTL mode

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*='FormFieldLayout__Hint-sc'],
[class*='slider__Label-sc'],
[class*='FormFieldLayout__Label-sc'],
[class*='results__Container-sc'] {
direction: rtl;
}
1 Like