How to set right to left text?

  • entrypoint_digital
    Asked on June 15, 2020 at 7:16 AM

    Hey again,

    My form is written in Hebrew so all the labels and questions are right to left.

    I tried to inject the relevant CSS you've sent me earlier this year but it didn't work.

    can you please check what the problem is?


    Thanks in advance,

    Hila

  • Bojan Support Team Lead
    Replied on June 15, 2020 at 9:00 AM

    Greetings Hila.

    Thank you for your message.

    Can you please try to add the following CSS to your form:

    .form-all label {
        text-align: right !important;
    }

    You can click here to see how to inject custom CSS.

    Let us know if this resolved your problem.