How to enable RTL in fomrs?

  • vekslerarik1421
    Asked on June 20, 2020 at 4:57 PM

    Hello
    do you have an option to place all the question the right side of the form?

    Not only the header?

     

    Thanks

  • Bojan Support Team Lead
    Replied on June 20, 2020 at 5:23 PM

    Greetings and thank you for your message.

    To achieve this, you need to add custom CSS to your form. Please add the following CSS:

    body, label {
      direction: rtl !important;
      text-align: right !important;
    }

    To see how to inject custom CSS, please click here.

    Let us know if this solution will work for you.