Inputs are not justified to the left

  • AGTech
    Asked on January 20, 2017 at 1:07 AM
    I'm having this same problem, the button doesn't seem to be working (at least not as it did in the last version), because the form looked the way I wanted it to before, and I can't get the default "name" or "email" question types to justify the answer box to the left, under the question label. 
  • Chriistian Jotform Support
    Replied on January 20, 2017 at 1:30 AM

    Hi,

    I checked your form(https://www.jotform.com/form/70185795534162)  you are currently working on.

    Can you please try to inject this custom CSS to your form and see if this works?

    div#cid_157 {

        float: left !important;

    }

    div#cid_158 {

        float: left !important;

    }

     

    Result:

    Inputs are not justified to the left Image 1 Screenshot 40

     

    To inject this custom CSS to your form in JotForm V4, please see the instruction below:

    1. Click the Form Designer Icon.

    Inputs are not justified to the left Image 2 Screenshot 51

     

    2. Click the CSS Tab, inject the Custom CSS code provided above and click Save Changes button.

    Inputs are not justified to the left Image 3 Screenshot 62

     

    If you need further assistance, please let us know.
    Regards

  • AGTech
    Replied on January 20, 2017 at 2:45 AM
    Thanks, I have done this but still don’t see a difference :/
    Your example looks like what I would like mine to look like!
    Is it possible the IDs are different?
    ...
  • Chriistian Jotform Support
    Replied on January 20, 2017 at 3:35 AM

    Hi,

    To look for the field Id's on your form in JotForm V4 builder, please see the animation below:

    Inputs are not justified to the left Image 1 Screenshot 20

    However, if issue still persists, please add this custom css, and see if this works:

    .form-input {

        float: left;

    }

    Hope this helps.
    Regards

  • AGTech
    Replied on January 20, 2017 at 2:06 PM

    Thanks.  It is still not changing format.  Any other possibilities?

  • Mike
    Replied on January 20, 2017 at 3:44 PM

    On your 'MPO Performance Metric Survey 011917 v2' form I have set the Name and other fields on Page #4 to the Top label alignment and Off shrink option.

    Inputs are not justified to the left Image 1 Screenshot 30

    Inputs are not justified to the left Image 2 Screenshot 41

    Is this displaying properly now?

  • AGTech
    Replied on January 20, 2017 at 4:45 PM
    Looks great! Thank you!
    ...