how to fit a price variable box on in the form

  • SELC
    Asked on March 11, 2016 at 2:41 PM

    Hi, as you can see by the screenshot- when I added a "my best gift" option to our donation page, the area where you would type in an amount is stretched off the screen (see red arrow).

    How can I keep that box (where you add your donation amount) smaller?

    Thanks!!

    Jotform Thread 792952 Screenshot
  • David JotForm Support Manager
    Replied on March 11, 2016 at 3:11 PM

    Inject the following custom CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #input_9_1011_custom_price{

        width: 25px !important;

    }

    It should fix the problem:

    how to fit a price variable box on in the form Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.