How to increase a PayPal custom amount box width

  • pablohungry
    Asked on October 16, 2015 at 3:20 PM

    I have my base font size high, but that means the text in the Paypal total box doesn't fit in the box, any thing over three numbers is being cut off. How do you increase the size of the box to fix this?

  • Mike
    Replied on October 16, 2015 at 3:30 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 to increase a PayPal custom amount box width Image 1 Screenshot 20

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