If I did it that way, it may make all the form go RTL, right?

  • Farrah88
    Asked on October 23, 2017 at 1:18 PM

    Thank you.

    If I did it that way, it may make all the form go RTL, right?

    If so, then better make it that it's centered. That way it will look better for all language?

    What is the code to center it please?

  • Jan
    Replied on October 23, 2017 at 2:45 PM

    I believe you are referring to this form (https://www.jotformeu.com/form/72911262591355). My understanding is that you want to position the labels and answers in the center.

    .form-label.form-label-auto {
    text-align: center;
    }

    .form-input-wide {
    text-align: center;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    150878407310 24 vwg02 Screenshot 10

    Hope that helps. Thank you.

  • Jan
    Replied on October 23, 2017 at 2:45 PM

    I believe you are referring to this form (https://www.jotformeu.com/form/72911262591355). My understanding is that you want to position the labels and answers in the center.

    .form-label.form-label-auto {
    text-align: center;
    }

    .form-input-wide {
    text-align: center;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    150878407310 24 vwg02 Screenshot 10

    Hope that helps. Thank you.

  • Farrah88
    Replied on October 23, 2017 at 3:43 PM
    Thank you very much
    ...