Hebrew and RTL Issues

  • dfoner
    Asked on November 28, 2021 at 2:19 AM

    Hi ,

    In the enclosed form I would like the text to show on the right hand side of the text box.

    Also, The parenthesis do not show correctly : when typing the opening parenthesis I get the closing parenthesis instead


    TNX


  • Zahra_S
    Replied on November 28, 2021 at 3:03 AM

    Hi There,

    Thank you for reaching out to us.

    You can use this CSS code.

    How-to-Inject-Custom-CSS-Codes

    .form-all {

    text-align: right;

    direction: rtl !important;

    unicode-bidi: bidi-override !important;

    }

    .form-line-column,

    .form-label-right,

    .form-radio-item {

    float:right;

    }


    I hope this helps. Feel free to ask for further issue.