How to increase Fees Due Box Width

  • KCHDA
    Asked on January 14, 2018 at 9:52 AM

    Hi,

    How do I increase the width of the Fees Due Box? 

    Thanks,

    Lori

    Jotform Thread 1348783 Screenshot
  • Marvih
    Replied on January 14, 2018 at 11:51 AM

    Please try inserting this CSS code into your Custom CSS field. https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #input_58_donation{

        width: 150px !important;

    }



    You can change the value "150"px into your desired width.

    Let us know if you need further assistance.