Is it possible to reduce the width of the email box?

  • jmuskus
    Asked on September 30, 2014 at 3:55 PM

    I would like to reduce the width of the email input box so that I can reduce the width of my form a little more without the box going under the label. Is this possible?

  • David JotForm Support
    Replied on September 30, 2014 at 6:01 PM

    Hi,

    I did some testing with a clone of your form:

    http://www.jotform.com/42535606641352

    And adding this CSS code allowed me to adjust the width of the specific input for the email field:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_11 .form-textbox{
    width: 100px;
    }

    If this is not the form you were working on, let us know and we will be happy to help you adjust whichever one you would like.

  • jmuskus
    Replied on September 30, 2014 at 6:13 PM

    Perfect, thanks!

  • Jeanette JotForm Support
    Replied on September 30, 2014 at 7:50 PM

    Glad to see David's solution sorted your question out.