I would like to center the form in the middle of the page.

  • Mosleypersonaltrainer
    Asked on April 27, 2017 at 9:58 AM

    Hi there,

    Here's my form http://www.mosleypt.com/signup/

    I would like to center that form in the middle of the page. How do I did that? 

    I sent a email 2 days ago to jotform but didn't get any response. Please could you get back to me soon. 

     

    Regards

    Mosley Edwards

  • Sven
    Replied on April 27, 2017 at 10:46 AM

    Hi Mosley, 

    I opened your form and I can see that it's already centered in the middle of the page, please see:

    I would like to center the form in the middle of the page Screenshot 20

     

    If you mean you'd like to center the labels of the fields in the middle, please add the following CSS code to your form:

    .form-label {

        text-align : center;

    }

     

    Here's how to inject custom CSS into your form:

    How-to-Inject-Custom-CSS-Codes

     

    Thank you.