How i could reduce the width of the date field

  • SumSolTrain
    Asked on July 4, 2014 at 4:30 AM
  • Elton Support Team Lead
    Replied on July 4, 2014 at 10:43 AM

    Hi,

    Are you referring to the "Start date:" field on your form here http://www.myjotform.com/form/41773621486561? If yes then reducing its padding should reduce its width or you can use width property if you wish.

    If you're referring to the entire date field, you can use the following CSS code and inject it to your form.

    li#id_258 {

    padding: 12px 1px;

    }

    You can increase the 1px in the code above to make the width a little bit wider if you want. Here's how to inject custom CSS codes to your form.

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

    If I have misunderstood your question, feel free to let us know here.

    Regards!