how to change the field width

  • danibburton
    Asked on June 2, 2015 at 12:15 PM

     

  • Sammy
    Replied on June 2, 2015 at 1:31 PM

    You can change the width of the fields by applying CSS styles to the id of the various fields of the date.

    To get the id check the property of the date field

    how to change the field width Image 1 Screenshot 40

    how to change the field width Image 2 Screenshot 51

    You can apply the Styles collectively or to individual items

    #month_6, #day_6, #year_6{

    width: 50px !important;

    }

    Inject the above CSS into you form and preview the results

    how to change the field width Image 3 Screenshot 62

    Kindly confirm if this addresses your issue