How can I override the Donation Paypal field size

  • 212003975
    Asked on June 28, 2019 at 5:01 PM

    Hello,

    How can I make the default donation paypal field size larger, is there some

    css code that will allow me to do that?


    Thank You

    Mel

    Jotform Thread 1874508 Screenshot
  • VincentJay
    Replied on June 28, 2019 at 5:43 PM

    You can add the custom CSS code below to increase the size of the Donation box.

    input#input_9_donation {

    height: 40px !important;

    width: 110px !important;

    }

    Here's how to add it to your form: How-to-Inject-Custom-CSS-Codes

    Here's my test result:

    1561758174zxcx3 Screenshot 10

  • JanetPihlblad
    Replied on June 29, 2019 at 9:53 AM

    VincentJay,

    Thank you so much, that did the trick, much appreciated.


    Mel