How can I increase the field size for the PayPal Payment field

  • amlien
    Asked on July 5, 2016 at 11:17 AM
  • Charlie
    Replied on July 5, 2016 at 11:29 AM

    I presume you are referring to the total payment field in the form titled "Fall Conference 2016 Registration"?

    How can I increase the field size for the PayPal Payment field Image 1 Screenshot 30

    If you want to change the width of the text box for the total payment field in Paypal, you can insert this CSS code in your form:

    #input_88_donation {

        width: 200px !important;

    }

     

    Just change the width value with your own preference. Paste it under the "CSS" tab in your "Preferences" settings:

    How can I increase the field size for the PayPal Payment field Image 2 Screenshot 41

     

    Let us know if that works.