Problem with RTL language

  • eyalher
    Asked on September 20, 2017 at 7:06 AM

    hi ,


    i tried to build a form with Hebrew (right to left language) and there is a problem with this even if I change the settings to Hebrew and also Right.


    Eyal

  • aubreybourke
    Replied on September 20, 2017 at 9:42 AM

    Please try injecting the following CSS. It will change the text direction to RTL. It also will align your form on the right.

    .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

  • eyalher
    Replied on September 21, 2017 at 4:25 PM

    Hi ,

    i did it buy i still have a problem with the titles of the questions. attached screen photo

    Problem with RTL language Image 1 Screenshot 20

  • Elton Support Team Lead
    Replied on September 21, 2017 at 6:05 PM

    To move it to the right, add this.

    .form-label {

        float: right !important;

    }

    Problem with RTL language Image 1 Screenshot 20