Hi .. can i make my forms in right to left ?

  • arik63
    Asked on May 2, 2016 at 5:55 AM
  • Boris
    Replied on May 2, 2016 at 8:07 AM

    Yes, you can make your forms right-to-left. You can simply add a bit of custom CSS to your form, to make it appear in right-to-left order:

    .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 inject CSS codes into your form by following this guide: How to Inject Custom CSS Codes.

    Please let us know if you need any further assistance, we'll be happy to help.