How do I center the fields and button?

  • lumiarts
    Asked on May 30, 2017 at 2:34 PM

    How to center the fields and the button too

     

    How do I center the fields and button? Image 1 Screenshot 20

  • Jan
    Replied on May 30, 2017 at 4:37 PM

    Please insert this custom CSS code to align the fields to center:

    #cid_4, #cid_7, #cid_8, #cid_12, #cid_15 {
    text-align: center !important;
    }

    .form-input .form-error-message, .form-input-wide .form-error-message {
    max-width: 315px !important;
    margin: 0 auto !important;

    }

    .form-pagebreak-back-container, .form-pagebreak-next-container {
    float: none !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How do I center the fields and button? Image 1 Screenshot 20

    You may also want to check this demo form: https://form.jotform.com/71496443077968

    Hope that helps. Thank you.