Support in RTL language

  • bibliograph
    Asked on August 21, 2016 at 9:50 AM
    your support in ltr languages requiers css knowledge which is not basic. I tried to follow the forums threads but could not find how to ltr all fields. 
  • Jan
    Replied on August 21, 2016 at 10:33 AM

    Please insert this custom CSS code in 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;}

    Here's a guide on how to inject custom CSS:

    1. Click the "Preferences" button in the toolbar.

    Support in RTL language Image 1 Screenshot 30

    2. Go to "Forms Styles" tab and the click the "Custom CSS" tab. Paste the code in the text field.

    Support in RTL language Image 2 Screenshot 41

    3. Click the "Save Changes" button when you're done.

     

    Hope that helps. Thank you.