Increase the width of Phone fields using CSS.

  • jcarlier
    Asked on July 17, 2015 at 11:14 AM

    I have a problem with the phone's fiels

    The fiels is reduced and I can't change it

     

    Jotform Thread 612911 Screenshot
  • Mike_G JotForm Support
    Replied on July 17, 2015 at 12:26 PM

    Kindly add this CSS codes on your form using this guide: How-to-Inject-Custom-CSS-Codes

    #input_11_full{

    width: 90px !important;

    }

    Increase the width of Phone fields using CSS Screenshot 30As for the result: 

    Increase the width of Phone fields using CSS Screenshot 41

    I hope this helps. Let us know if you need any further assistance. Thank you.