If I did it that way, it may make all the form go RTL, right?
-
Farrah88Asked 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
-
JanAnswered 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:
Hope that helps. Thank you.
-
JanAnswered 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:
Hope that helps. Thank you.
-
Farrah88Answered on October 23, 2017 at 03:43 PMThank you very much
...