Is there a way to shrink the field where we input the amount?

  • Ken_Ingraham
    Asked on August 5, 2021 at 7:42 AM

    One other user experience issue...

    Is there a way to shrink the field where we input the amount?

    1628159782 610bbf265154b jotform largeUD Screenshot 10

  • Nikola JotForm Support
    Replied on August 5, 2021 at 7:48 AM

    You can reduce the size of the field with this CSS code:

    li#id_19 {

      width: 330px;

    }

    Related Guide: How to Inject Custom CSS Codes

    1628164016 610bcfb0cc0a4 width Screenshot 10