HOW DO I GET Hebrew label TO align right

  • renag
    Asked on January 3, 2018 at 9:04 AM

    i'd like the labels to be aligned to the right of the fields

    Jotform Thread 1337380 Screenshot
  • Ardian_L
    Replied on January 3, 2018 at 10:32 AM

    Some of your fields were marked as Shrink in the Settings. If we leave them like that, the fields will not be aligned properly. I added also the CSS code in your Custom CSS Area:


    [dir="rtl"] ul.form-section.page-section {

        float: right;

    }


    [dir="rtl"] .form-label {

        float: right;

    }

    Please let us know if you have any other question.