Right to left text

  • Farrah88
    Asked on October 23, 2017 at 7:42 AM

    Hi,
    I have translated text to Arabic. Is there a way to line it to the right? Arabic, Hebrew and Urdu go from right to left.
    Thanks 

  • BJoanna
    Replied on October 23, 2017 at 11:17 AM

    Please add this CSS code to your form to make it RTL:

    .form-all {

    text-align: right;

    direction: rtl !important;

    unicode-bidi: bidi-override !important;

    }

    .form-line-column,

    .form-label-right,

    .form-radio-item {

    float:right;

    }

    How to Inject Custom CSS Codes