How can I reduce the size of my reply boxes to meet the answer size?

  • 57BelAire
    Asked on September 14, 2017 at 4:04 PM

    How can I vertically align the boxes?

     How can I reduce the size of my reply boxes to meet the answer size?

    Jotform Thread 1248130 Screenshot
  • David JotForm Support
    Replied on September 14, 2017 at 6:01 PM

    In your form css, update the input width of your dropdown fields to something smaller than 100%:

    How can I reduce the size of my reply boxes to meet the answer size? Image 1 Screenshot 20

    100px or a bit larger looked good from my end.

    After that, to fix the the alignment of the quantity field I added the following code:

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

    Here is how the form would with those change made:

    https://form.jotformpro.com/72566963652973

    You can clone it to your own account if you would like:

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL