How can I adjust the width of the payment field?

  • Pegazo1
    Asked on November 1, 2017 at 4:32 PM

    You can probably answer this in your sleep!  How do I fix the "My gift" field on this form:

    https://form.jotform.com/73043972820153

    I'd like it to be wider,

    and also to include a comma if the number is 1,000 or more.

    I think that I have to click on the paint roller and then CSS, but then....?

    Thanks!


  • Support_Management Jotform Support
    Replied on November 1, 2017 at 7:42 PM

    To widen the My Gift field, please inject the following CSS codes to your Form Builder:

    input[id*="_donation"] {

      width: 100px !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I adjust the width of the payment field? Image 1 Screenshot 20

    Your other question about adding a comma to the payment field has been moved to a separate thread:

    https://www.jotform.com/answers/1288195

  • Pegazo1
    Replied on November 7, 2017 at 2:04 PM

    Perfect!  Thank you!