How to align form to the right

  • m3amer77
    Asked on July 11, 2015 at 9:43 AM

    how to align form right 

  • BJoanna
    Replied on July 11, 2015 at 11:37 AM

    You can align the form fields and labels to the right by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-all {

    text-align: right;

    direction: rtl !important;

    unicode-bidi: bidi-override !important;

    }

    How to align form to the right Image 1 Screenshot 30

    After adding this code your form will look like this.

    How to align form to the right Image 2 Screenshot 41

    Here is my demo form: http://form.jotformpro.com/form/51914977393974? 

    Feel free to clone it.

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