How can I increase the size of the PayPal total field? (not the text size, the box)

  • pablohungry
    Asked on October 16, 2015 at 2:19 PM

    I have my base font size high, (as suggested here: http://www.jotform.com/answers/618826-How-can-I-make-the-paypal-amount-box-bigger) but that means the text in the Paypal total box doesn't fit in the box, any thing over three digits is being cut off. How do you increase the size of the box to fix this?

    Jotform Thread 683264 Screenshot
  • Mike
    Replied on October 16, 2015 at 3:31 PM

    We can increase the custom amount input width by adding the following CSS code to the form.

    input[id*="_donation"] {
    width: 100px;
    }

    Where 100px; is a new size in pixels.

    How can I increase the size of the PayPal total field? (not the text size, the box) Image 1 Screenshot 20

    If you need any further assistance, please let us know. We will be happy to help.