How to adjust and align other text-box and check-boxes?

  • avwhittingham
    Asked on May 10, 2016 at 9:01 AM

    Hi

    I have a form here https://eu.jotform.com//?formID=61163869648368 and a couple of multiple choice questions where I've had to increase the size of text & box has resulted in them becoming misaligned, how do I correct this please? I had to make several adjustments to size of input box as the lower parts of letters were being cut off.

    Many thanks

    Tony Whittingham

    Jotform Thread 835970 Screenshot
  • Nik_C
    Replied on May 10, 2016 at 11:24 AM

    I wasn't sure what needs to be done with tex-box(other) I see that it is not aligned with text. You can align it by injecting this CSS in your Custom CSS field:

    #input_10{
    margin-left: 6px!important;
    }

    And it will look like this:

    How to adjust and align other text box and check boxes? Image 1 Screenshot 20

    #input_10 is the ID of that field so you can adjust it more if you need.

    Let us know if you need more adjusting and my apologies if I misunderstood you.

    Thank you!