arabic alignment

  • rayanmb
    Asked on September 2, 2015 at 8:53 AM

    How can I fix the right to left alignment when translating the form? I need the tags to be on right ... 

  • Sammy
    Replied on September 2, 2015 at 12:36 PM

    Kindly add the following CSS snippet to your form using the designer

    .form-all{
    direction:rtl;
    }

    arabic alignment Image 1 Screenshot 40

    Paste the code in the editor under the CSS tab

    arabic alignment Image 2 Screenshot 51

    Here is the effect the CSS has, please let us know if this addresses your issue regarding the alignment.

    arabic alignment Image 3 Screenshot 62