Stripe "total" field won't resize to accommodate more than 3 digits

  • myaustinlux
    Asked on June 28, 2017 at 6:52 PM

    See pic below. If the total of a user-defined amount in my Stripe form is larger than 3 digits, or has say 2 decimal places like $104.99, then the user cannot actually see the total. Most of the number is blocked. I do not see a way to edit the total cost container size anywhere. Help! This looks sloppy.

     

    Stripe total field wont resize to accommodate more than 3 digits Image 1 Screenshot 20

  • liyam
    Replied on June 28, 2017 at 10:11 PM

    Please inject this CSS code into your form: 

    #input_59_donation {
       width: 80px;
    }

    If you need to know how to inject CSS codes, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes