How to make Paypal's total box bigger

  • SAHomeSchool
    Asked on August 30, 2018 at 12:29 AM

    Hi,


    Is there a way to make Paypal’s total box bigger, so I can see the full number inside?


    See screen shot attached.


    Thanks in advance!



    Jotform Thread 1567096 Screenshot
  • SAHomeSchool
    Replied on August 30, 2018 at 12:32 AM

    Not sur if the file went by.

    I resized it....just to make sure it comes through.

    Thanks1535603561Screen Shot 2018 08 30 at 12 Screenshot 10

  • roneet
    Replied on August 30, 2018 at 8:36 AM

    Yes, it can be done via custom CSS code. Please add following CSS code in your form designer and don't forget to save the changes.

    #input_244_donation{
      width:80px!important;
    }

    You may play with the value of 80 pixels by increasing or decreasing it according to your requirement.

    Guide-to-inject-custom-CSS:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    How to make Paypals total box bigger Image 10

    Let us know if you need further assistance from us.

    Thanks.


  • SAHomeSchool
    Replied on August 31, 2018 at 12:43 PM
    Didn’t fo anything :(
    ...
  • roneet
    Replied on August 31, 2018 at 2:00 PM

    Have you added any more fields to your form?

    I could see the field element Id got changed somehow or maybe my mistake.

    I have made the modification with your CSS code, the correct CSS code with correct field ID, the rest is same. You can fix the width according to your requirement.

    #input_333_donation{
      width:80px!important;
    }

    How to make Paypals total box bigger Image 10

    Hope this helps!