Aligning a Hebrew form properly

  • renag
    Asked on August 3, 2017 at 7:54 AM

    I see all sorts of suggestions in the forum for CSS to right align Hebrew and Arabic, which works for the radio options on my form, but not for the labels, Also, I would rather the columns be more evenly spaced, not both towards the right side of the form

    Plus, the credit card block on the form isn't affected at all by the CSS

    thanks so much for your considerate help!

  • Ashwin JotForm Support
    Replied on August 3, 2017 at 12:04 PM

    Hello renag,

    Please inject the following custom css code in form along with the existing css code you already have injected in form and see if this helps you achieve your requirement:

    .form-label.form-label-top {

        float: right !important;

    }

    .form-line.form-line-column {

        display: inline-block;

        float: right !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Thank you!

  • renag
    Replied on August 6, 2017 at 9:43 AM
    Shalom u'vracha,
    I appreciate your help. Although this particular CSS code didn't do the
    trick, I did figure out most of the form.
    However, the built-in credit card transaction section doesn’t seem to be
    translatable or align-able?
    ...
  • David JotForm Support Manager
    Replied on August 6, 2017 at 12:15 PM

    The only way to translate those labels is by using the translation feature: https://www.jotform.com/help/298-How-to-Make-Your-Forms-Multilingual