-
dfonerAnswered on November 28, 2021 02:19 AM
Hi ,
In the enclosed form I would like the text to show on the right hand side of the text box.
Also, The parenthesis do not show correctly : when typing the opening parenthesis I get the closing parenthesis instead
TNX
-
Zahra_SAnswered on November 28, 2021 03:03 AM
Hi There,
Thank you for reaching out to us.
You can use this CSS code.
How-to-Inject-Custom-CSS-Codes
.form-all {
text-align: right;
direction: rtl !important;
unicode-bidi: bidi-override !important;
}
.form-line-column,
.form-label-right,
.form-radio-item {
float:right;
}
I hope this helps. Feel free to ask for further issue.