Date field width is very small, how can I increase it?

  • fhpw
    Asked on April 14, 2015 at 4:19 PM

    Not sure what is going on but the date field is not showing correctly.  However, in design mode it looks fine.  I attempted to change the width on the input_mode_70, but it did not work.

     

    Date field width is very small, how can I increase it? Image 1 Screenshot 20

  • raul
    Replied on April 14, 2015 at 5:37 PM

    I've inspected your form and the date field is set as Read-Only and this is causing that issue with the width. If this was made on purpose you can use the following CSS code to increase it.

    #cid_70 > span { width: 100px !important; }

    Or you can set the read-only property to No.

    Date field width is very small, how can I increase it? Image 1 Screenshot 20

    And this should fix the problem.

    Should you require further assistance, please let us know.