how to use RTL for Arabic writing?

  • jotex2018
    Asked on November 15, 2019 at 3:40 AM

    how to use RTL for Arabic writing 

  • AndrewHag
    Replied on November 15, 2019 at 5:24 AM

    You will need to inject custom CSS code. Please try the CSS code below:

    .form-sub-label {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-all {

        direction : rtl;

    }

    .form-line-column,.form-label-right,.form-radio-item {

        float : right;

    }

    .form-label.form-label-top {

      float : right;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    If that doesn't work, please share the URL of the form so we can check.