Center fields on page

  • art_crate
    Asked on June 5, 2016 at 4:53 PM

    How do I center the fields on page 1

  • David JotForm Support Manager
    Replied on June 5, 2016 at 5:20 PM

    Please try injecting the following CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #id_141,#id_142,#id_143,#id_87,#id_90 {

        margin-left: 26% !important;

    }

    .form-address-table{

        margin-left: 26% !important;

    }

    This should solve the problem: https://form.jotform.co/61566187543867 

    Center fields on page Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.

  • art_crate
    Replied on June 5, 2016 at 5:29 PM

    Thanks BDavid!

     

    I got it to work, but I was unable to center page 5:

    #input_152_addr_line1, #input_152_addr_line2, #input_152_city, #input_152_state, #input_152_postal, #input_152_country

     

     

    See form to see how it is misaligned

    https://form.jotform.com/61565853740966

     

  • jonathan
    Replied on June 5, 2016 at 6:38 PM

    Can you please try adding this CSS codes on your form https://www.jotform.com/form/61565853740966 

     

    #cid_152 {

        margin-left : -10% !important;

    }

    it should appear like this

    Center fields on page Image 1 Screenshot 20

    Let us know if still not fixed.

     

     

  • art_crate
    Replied on June 5, 2016 at 6:51 PM

    Looks good thank you!