Hebrew Language, how to change directions on my forms?

  • handpruning
    Asked on May 28, 2017 at 7:24 AM
  • Support_Management Jotform Support
    Replied on May 28, 2017 at 8:09 AM

    You can achieve that by injecting the following CSS Codes:

    .form-sub-label {

      direction: rtl;

      unicode-bidi: bidi-override;

    }

    .form-all {

      direction: rtl;

    }

    .form-line-column, .form-label-right, .form-radio-item {

      float: right;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Give it a spin and let us know if you need more help.