Can you right align the Hebrew translation?

  • hatikva
    Asked on January 17, 2018 at 9:40 AM

    I have  a form in English with a hebrew translation.  

    I want the hebrew text in the translation to all right-align.  

    Here is the form: https://form.jotform.me/hatikva/hatikva-families-application


    Here is another form that shows a hebrew translation displaying correctly from Right to left : https://form.jotform.me/hatikva/ResponseCard

    Thank you!

  • Dexter_R
    Replied on January 17, 2018 at 10:26 AM

    Hi,

    There is option in properties to align text, by placing label alignment on top.

    Can you right align the Hebrew translation? Image 1 Screenshot 20

    You can set that by yourself or you can clone my form.

    Check link bellow and tell me, if that is what you were looking for.

    https://form.jotform.com/80163902155956

    For any further questions, feel free to contact us.

  • hatikva
    Replied on January 17, 2018 at 10:30 AM

    I was actually able to adjust most of the alignment in the css editor. But now the bullet point options cover up the text.  See the form here: https://form.jotform.me/hatikva/hatikva-families-application

    If you scroll down towards the bottom of the form you can see where the bullet point sections cover up the text. 

    Is there a way to push the text for these options over a bit so you can read it?

    Thanks

  • BJoanna
    Replied on January 17, 2018 at 12:03 PM

    Please add this CSS code to the form to resolve the issue you reported:

    [dir="rtl"] .form-radio-item:not(#foo) label:before {

        left: 20px;

    }

    [dir="rtl"] .form-radio-item:not(#foo) input:checked + label:after {

        left: 25px;

    }

    How to Inject Custom CSS Codes

    1516208435result Screenshot 10

    Here is my demo form: https://form.jotform.com/80164244346958 


    Feel free to test it and clone it

  • hatikva
    Replied on January 17, 2018 at 12:06 PM

    THANK YOU!!!