Hi, In mobile the input headline still ltr

  • Reidman College
    Asked on November 17, 2021 at 7:43 AM
  • Jovanne JotForm Support
    Replied 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.

  • Yair
    Replied on November 17, 2021 at 10:24 AM

    When I open the form in the mobile the title of the field on the left

    1637162697 61951ec93a4a8 WhatsApp Image Screenshot 10

  • Mark_Louis
    Replied 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.

  • Yair
    Replied on November 17, 2021 at 12:13 PM

    Hi, is your link that in your post

    https://www.jotform.com/213125369330954


  • Harvey JotForm Support
    Replied 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


    1637178174 61955b3eb852c  Screenshot 10

    I hope this helps.

    Thank you.