The total field just above credit card form is getting cut off (can't see the cents).  

  • sstte18
    Asked on February 7, 2017 at 9:20 PM
    the total field just above credit card form is getting cut off (can't see the cents).  How do I make that wider?
  • Chriistian Jotform Support
    Replied on February 7, 2017 at 9:29 PM

    Please inject the custom CSS code below to make the Total field wider. Please follow our guide here on How to Inject Custom CSS Codes

    #input_13_donation {

        width: 80px;

    }

    Steps on v4 builder:

    Click Designer

    The total field just above credit card form is getting cut off (cant see the cents) Screenshot 40

    Select the CSS tab and paste the css to the area below

    The total field just above credit card form is getting cut off (cant see the cents) Screenshot 51

    Result:

    The total field just above credit card form is getting cut off (cant see the cents) Screenshot 62

    Cheers.

  • sstte18
    Replied on February 8, 2017 at 8:03 AM

    thank you.  that worked perfectly :)