align form to the right

  • chankins
    Asked on July 23, 2015 at 10:16 AM

    How do I align my form to the right?

  • David JotForm Support
    Replied on July 23, 2015 at 12:19 PM

    Please try to add this CSS Code in your form:

    .form-all {

    margin-right:0 !important;

    }

    To inject that Custom CSS Code in your form, please follow the guide below:

    1. While  on  your form (Edit Mode), click Setup & Embed then  Preferences

    align form to the right Image 1 Screenshot 30
     
     
    2. On the Preferences window, goto Form Styles tab and then insert your CSS Codeunder Inject Custom CSS Box.
    align form to the right Image 2 Screenshot 41
    This should align the full form to the right side of your page.