How to adjust the width of a field?

  • fortedy
    Asked on September 6, 2016 at 10:07 PM
    I have achieved what I needed to achieve, however the field which has the PayPal amount is too small and I am unable to make it bigger - is there a way to do this?

    Here is the form:

    https://form.jotform.co/62491503716859

  • Support_Management Jotform Support
    Replied on September 6, 2016 at 10:24 PM

    I checked your form and noticed the same thing. I'm assuming you're referring to this:

    How to adjust the width of a field? Image 1 Screenshot 40

    (the width is indeed quite small)

    To adjust the width, you'd have to inject some lines of CSS codes. Please try the following codes:

    #input_15_donation {

       width: 100px;

    }

    I'm seeing you already have some custom CSS codes added but just in case you'd need guidance on where to put these, here you go:

    How to adjust the width of a field? Image 2 Screenshot 51

    I have set the width to match the size of the "Amount you wish to pay" field. The result:

    How to adjust the width of a field? Image 3 Screenshot 62

    Give it a whirl and let us know how it goes :)