How to make the payment field input box wider

  • conventioneers
    Asked on May 13, 2017 at 9:11 PM

    how to make the deposit required box bigger to show the entire amount?

  • jonathan
    Replied on May 13, 2017 at 11:22 PM

    You can adjust it using injected custom CSS code on your form like this...

    #input_167_donation{

    width: 90px;

    }

    How to make the payment field input box wider Image 1 Screenshot 20

     

    Let us know if you need further assistance.