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

  • Profile Image
    Farrah88
    Asked on October 23, 2017 at 01: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?



    This is a re-post of a comment on How to Inject Custom CSS Codes

  • Profile Image
    Jan
    Answered on October 23, 2017 at 02: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.png

    Hope that helps. Thank you.

  • Profile Image
    Jan
    Answered on October 23, 2017 at 02: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.png

    Hope that helps. Thank you.

  • Profile Image
    Farrah88
    Answered on October 23, 2017 at 03:43 PM
    Thank you very much
    ...