Center form content

  • akkdio
    Asked on April 14, 2019 at 4:32 PM

    I have a form: https://form.jotform.com/90996041663969

    I center the form but the input boxes center but the labels don't.  How do I get the labels to be next to the input boxes. 

    I can use the advanced css but nothing I do seems to get them close.  It is although the gutter between the columns is not editable

  • jherwin
    Replied on April 14, 2019 at 6:38 PM

    Please try to inject this custom CSS code to your form:

    .form-label.form-label-right { margin-left : 100px!important;}
    .form-input {margin-right : 170px;}

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.