Make field labels right to left

  • FDM_TEST
    Asked on November 16, 2021 at 5:06 AM

    Hi

    As per attached screenshot,

    we would like to make a form in Arabic, so how can we make field's description to the right? while Arabis is written from right to left

  • Michal_S Jotform Support
    Replied on November 16, 2021 at 5:26 AM

    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:

    1637058246 619386c6435a1 1 Screenshot 10

    Let us know if you require any further assistance,

    Thank you!