How to change the width of the input field of payment tool?

  • tester2017
    Asked on March 4, 2018 at 10:06 PM

    Hi,

    How can I force the amount field size to look FROM this:

     

    1520219115From 5March2018 Screenshot 10

     

    TO:

     

    1520219153To 5March2018 Screenshot 21

    Thank you,

    Debbie

  • Ashwin JotForm Support
    Replied on March 5, 2018 at 5:34 AM

    Please inject the following custom css code in form to adjust the width of the input field:

    #input_9_1000_custom_price {

        width: 40px !important;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps. 

    Do get back to us if you have any questions.

  • tester2017
    Replied on March 5, 2018 at 7:14 PM

    Hey there, 

    Thanks for your reply. I managed to figure it out before you replied and it worked :)

    With regards,

    Debbie