How to modify current Form Theme to Center the Form

  • vincenzodigi
    Asked on September 25, 2015 at 5:24 PM

    i'd like to let the form be at the center of the page not as you can see on the pic on the right, how can i move it?

    Jotform Thread 670620 Screenshot
  • jonathan
    Replied on September 25, 2015 at 6:00 PM

    You meant like this form http://form.jotformpro.com/form/52677262590967?

    How to modify current Form Theme to Center the Form Image 1 Screenshot 30

    Try adding this CSS codes to your form 

    .supernova .form-all, .form-all {

    float : left !important;

    margin-left: 340px;

    }

    How to modify current Form Theme to Center the Form Image 2 Screenshot 41

     

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