How can I center align my form on the screen?

  • FortunaRecords
    Asked on November 19, 2014 at 11:45 AM

    I'm having problems where i want my entire form center aligned but can't seem to fix it even with css.

     

    I want the labels (eg My Products) and the fields where you enter the input center aligned

     

    How can i do so ?

     

     

  • raul
    Replied on November 19, 2014 at 12:47 PM

    I cloned your form for testing purposes and came up with this result: http://form.jotformpro.com/form/43224623066954 

    I decreased the width of my form to 700px, deleted all custom CSS and added this code:

    .form-all {
    max-width: 700px !important;
    }

    How can I center align my form on the screen? Image 1 Screenshot 20

    Let us know if this is what you wanted to accomplish and also feel free to clone my form if you want to.

    Best Regards.