How to align text to right?

  • JFF2017
    Asked on January 26, 2017 at 5:52 AM

    Hello. I've opened a few forms that will need to become active on Feb. 1, 2017. I want to align all the questions to the RIGHT side of the form as Hebrew is written and read from Right to Left. How can i do such a thing?

     

    Thanks,

    Ariel

  • Özlem JotForm Developer
    Replied on January 26, 2017 at 6:32 AM

    Hi Ariel,

    You can do that by injecting some Custom CSS codes into your form. 

    Basically, text-align:rigtht; is align your text to the right. However, you need to paste this code into the correct field ID. I have checked your last modified form 70252819919464 but I could find only a header text.

    If you want to align right to this header text, you need to inject below css code:

    .form-header { text-align:right; } 

     

    .form-header is the field ID of the Header Text. 

    You can have a look at the following guides: 

    How-to-find-field-IDs-and-names 

    How-to-Inject-Custom-CSS-Codes 

    If you need any other details, please feel free to let us know.

    Thank you.

  • JFF2017
    Replied on January 26, 2017 at 6:53 AM

    Hi. The ANSWERS have no aligned to the RIGHT, however, the QUESTIONS are still aligned to the LEFT.

     

    Thank you

     

    How to align text to right? Image 1 Screenshot 20

  • liyam
    Replied on January 26, 2017 at 7:23 AM

    Hello,

    You need to adjust the label alignment settings on your form. Please check the screenshot below:

    How to align text to right? Image 1 Screenshot 20

    If you have questions, please let us know.