all my details in arabic , how can i allign all form to be displayed from right to left

  • gehan
    Asked on February 8, 2017 at 2:06 AM

    all my details in arabic , how can i allign all form to be displayed from right to left  Image 1 Screenshot 20

  • liyam
    Replied on February 8, 2017 at 2:18 AM

    Hello gehan,

    You can try injecting this CSS code into your form:

    .form-sub-label {
    direction:rtl;
    unicode-bidi:bidi-override;
    }

    .form-all {
    direction:rtl;
    }

    .form-line-column, .form-label-right, .form-radio-item {
    float:right;

    You can check this guide for the steps on how to inject CSS into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have questions, please let us know.

    Thanks.