-
Reidman CollegeAsked on November 17, 2021 at 7:43 AM
Hi,
In mobile the input headline still ltr -
Jovanne Support Team LeadReplied on November 17, 2021 at 8:02 AM
Hi, thank you for contacting support.
I am sorry but I have trouble understanding your concern.
Can you please share with us your concern in detail so we can assist you properly?
We will wait for your response.
Thank you.
-
YairReplied on November 17, 2021 at 10:24 AM
When I open the form in the mobile the title of the field on the left
-
Mark_Louis Jotform SupportReplied on November 17, 2021 at 11:45 AM
Can we have the link of the form? also, have you tried injecting the CSS code? Thank you.
-
YairReplied on November 17, 2021 at 12:13 PM
-
Harvey Enterprise SupportReplied on November 17, 2021 at 2:43 PM
Hi there,
To fix the LTR to RTL direction on mobile view, Please inject this CSS code into your form.
@media screen and (max-width: 480px){
label.form-label.form-label-auto, label.form-label:not(.form-label-top),
.form-textbox, .form-textarea, .form-dropdown {
text-align: right !important;
direction:rtl;
}
}
Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes
I hope this helps.
Thank you.