How to increase fields width?

  • rduong
    Asked on January 11, 2017 at 6:03 AM

    Hi

     

    i would like to enlarge all textbox area, but I couldn't.

    Please help me and teach the way in HTML...

     

    tkx

    Jotform Thread 1031508 Screenshot
  • Kevin Support Team Lead
    Replied on January 11, 2017 at 8:24 AM

    Please inject this CSS code: 

    input[type="text"], input[type="email"], textarea{

        width: 100% !important;

    }

    This guide will help you to do it: How-to-Inject-Custom-CSS-Codes