How can I increase the width of donation amount field?

  • intagliocreative
    Asked on February 23, 2015 at 6:39 PM

    Hello,

    I am wondering how to increase the width of the donation amount field on the form located at https://www.gsbcstl.org/donate/. This is using an Authorize.net payment form.

     

    Thanks,

    Sidney

  • raul
    Replied on February 23, 2015 at 9:53 PM

    Please try to inject the following CSS code to your form:

    #input_31_donation {
       width: 60px !important;
    }

    This would be the result: 

    How can I increase the width of donation amount field? Image 1 Screenshot 20

    You can increase/decrease the width value (in bold) in case you want to.

    Let us know if this helps.
    Thank you.

  • intagliocreative
    Replied on February 24, 2015 at 3:19 PM

    That worked! Thanks you!

  • raul
    Replied on February 24, 2015 at 3:38 PM

    You're welcome :)
    Glad to know that the provided code worked for you.

    Feel free to contact us anytime if you need further assistance.
    Best Regards.