Issue with text alignment.

  • 107azor
    Asked on October 29, 2020 at 3:03 AM

    Thank you so much for your wonderful site


    In the Hebrew language, in the State of Israel the line is to the right. I'm very sorry that your site is full of features but does not support anything as basic as right alignment in text boxes for example, thank you very much

  • Basil JotForm Support
    Replied on October 29, 2020 at 5:39 AM

    Hi,

    We can fix the alignment for you using custom CSS could tell us how exactly you would like the form to appear?

    Please provide a screenshot If you could as well.

    https://www.jotform.com/help/438-how-to-post-screenshots-to-our-support-forum

    Looking forward to your reply.

  • 107azor
    Replied on October 29, 2020 at 5:47 AM

    Just have a right alignment in the form. Because the reading in Hebrew will be from right to left - there is a definition that can be made that all the forms I will create in the future will be aligned to the right

  • Jed_C
    Replied on October 29, 2020 at 7:11 AM

    Please inject this into your form's CSS style tab.

    #customFieldFrame_12, #customFieldFrame_13, #customFieldFrame_14, #customFieldFrame_24 {
      margin-left: 335px;
    }
    #customFieldFrame_12, #customFieldFrame_13, #customFieldFrame_14, #customFieldFrame_24, #label_12, #label_13, #label_14, #label_24 {
      margin-left: 335px;
    }
    .form-header-group.header-default {
      margin-left: 335px;
    }
    .form-all {
      direction: rtl !important;
    }
    .form-label.form-label-auto {
      text-align: right;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    And this CSS inside the inventory widget's CSS tab.

    .checklist label {
      direction: rtl;
     text-align: right;
    }

    Guide: https://www.jotform.com/help/428-how-to-inject-css-codes-to-widgets

    1603969823 5f9aa31fc1437 The Easiest Onl Screenshot 10

    Try that and let us know if the alignment is ok with you.