how to enlarge a bit the time field box in the form?

  • motoxplorers
    Asked on February 5, 2015 at 9:55 AM
    do you know how to enlarge a bit the time field box in the form? It's not pretty as it is, cutting the numbers ;)
  • Carina
    Replied on February 5, 2015 at 12:15 PM

    I can see what you mean:

    how to enlarge a bit the time field box in the form? Image 1 Screenshot 20

    Please add the following css  code:

    #input_13_year {

    width: 70px;

    }

    #input_13_day {

    width: 50px;

    }

    Let us know if we can be of more assistance.