How to align labels to the right inside of the form

  • eyalmelyon
    Asked on May 18, 2015 at 11:48 PM

    Dear all

    ill use my forms in Hebrew, meaning from right to the left

    how can i align without hurting the form structure

    regards

    Eyal

  • BJoanna
    Replied on May 19, 2015 at 3:34 AM

    Thank you for contacting us. 

    It is possible to align labels inside of the form by selecting a field and clicking on Label Align option.

    How to align labels to the right inside of the form Image 1 Screenshot 20

    You can also use Inject Custom CSS into your form to align your form fields from left to right.

    .form-all {

    direction: rtl !important;

    text-align: right; !important;

    }

    .form-label-left {

    float: right !important;

    }

    If this is not what you want to achieve can you please explain in more details your request and also provide us ID of the form.

    Hope this will help. Let us know if you need further assistance.