Arabic language: How to right align question labels?

  • GroFin
    Asked on September 7, 2017 at 4:51 AM

    I would like to host 2 forms on my site for my Arabic speaking clients but I seem to be having a problem with the alignment of the questions. The questions are displayed on the left hand side whereas they should be displayed on the right hand side. I would appreciate your support on that issue.

    Jotform Thread 1241756 Screenshot
  • Ashwin JotForm Support
    Replied on September 7, 2017 at 7:30 AM

    Please inject the following custom css code in your form to align your question labels to right:

    .form-all {

        direction: rtl !important;

    }

    .form-label.form-label-auto {

        float: right !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do try it out and get back to us if you have any trouble. 

  • GroFin
    Replied on September 11, 2017 at 6:43 AM
    Hello,
    Thanks very much for your reply and for this information.
    We will certainly try this out and let you know if this works for us.
    Appreciate your kind support.
    Regards,
    Shailen Newoor
    Marketing Specialist
    [cid:image001.jpg@01D32B09.D4910450]
    [cid:image002.png@01D32B09.D4910450]
    Telephone: +230 452 9156
    Email: shailenn@grofin.com | Skype: grofin.shailenn
    Address: Block 9 | Medine Business Park | Bambous, 90203 | Mauritius
    This message is subject to a disclaimer at www.grofin.com.
    ...
  • Ashwin JotForm Support
    Replied on September 11, 2017 at 8:06 AM

    Sure do try it out and get back to us if you have any trouble. 

    Please note that you need to remove the existing custom css code you already have in your form and then inject the custom css code shared by me above.