How can I make the custom payment amount entry box larger?

  • acontis
    Asked on January 20, 2019 at 5:14 PM

    The box is too small for the amounts my clients will be entering. How can I make it wider?

  • jonathan
    Replied on January 20, 2019 at 6:20 PM

    Add this CSS codes on your form

    #input_11_donation{

      width: 75px;

    }


    How can I make the custom payment amount entry box larger? Image 1 Screenshot 20


    Let us know if this did not work.