Misaligned fields

  • joanne.griffith
    Asked on January 17, 2017 at 2:42 PM

    Hi, I have a couple of misaligned fields on two of my forms. How to I go about correcting this?

    Jotform Thread 1037227 Screenshot
  • Jan
    Replied on January 17, 2017 at 4:51 PM

    Please give me more time to work on this issue. I will contact you once I have a solution available.

    Thank you for understanding.

  • Jan
    Replied on January 17, 2017 at 7:31 PM

    Thank you for patiently waiting. This is for the forms (https://form.jotform.com/51675224184961 & https://www.jotform.com/51674936207966). 

    Please insert the CSS code below:

    #id_115 {
    padding-left: 0px !important;
    }

    #cid_115 {
    width: 400px !important;
    }

    #label_115 {
    margin-left: 40px !important;
    }

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

    Misaligned fields Image 1 Screenshot 30

    Misaligned fields Image 2 Screenshot 41

    Hope that helps. Thank you.