Make field labels right to left
-
MichalAnswered on November 16, 2021 at 05:26 AMJotform Support
Hello!
Please insert the following CSS code into your form's Custom CSS:
[dir="rtl"] .form-label{
text-align:right!important;
}
If you require help with inserting custom CSS to your form, please refer to the following guide:
How to Inject Custom CSS Codes
This will align the labels right only in the Arabic version of the form:
Let us know if you require any further assistance,
Thank you!