How can I adjust the width of the Credit Card field?

  • lorioverton
    Asked on December 15, 2016 at 12:46 AM
    The dollar amount field is too short.  How can I make longer?
  • Support_Management Jotform Support
    Replied on December 15, 2016 at 12:56 AM

    Try the following CSS codes to adjust the width of the charge field:

    #input_70_donation {

       width: 60px;

    }

    (adjust the amount in px upon your discretion)

    Before:

    How can I adjust the width of the Credit Card field? Image 1 Screenshot 40

    After:

    How can I adjust the width of the Credit Card field? Image 2 Screenshot 51

    Here's where/how to insert the codes:

    How can I adjust the width of the Credit Card field? Image 3 Screenshot 62

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