Payment tool: Credit card expiration month and year have a big width, how can I reduce it?

  • kauseway
    Asked on December 1, 2014 at 4:37 PM
    2) The expiration month and year are way to big and touching each other. The security code is touching the CC # field.  Ideally these three should be on one line and size appropriately.
  • jonathan
    Replied on December 1, 2014 at 6:41 PM

    Hi,

    In your jotform http://www.jotformpro.com/form/43324359969973  that width was due to the custom injected CSS code.

    Try adding !important for the width rules like this 

    .form-dropdown.cc_exp_year {

    width : 100px !important;

    }.form-dropdown.cc_exp_month {

    width : 100px !important;

    )

     

    Payment tool: Credit card expiration month and year have a big width, how can I reduce it? Image 1 Screenshot 30

     

    so it will be like this

    Payment tool: Credit card expiration month and year have a big width, how can I reduce it? Image 2 Screenshot 41

     

    thought it doesn't look good with those width being shorter as it looks out of place on the form.

     

    Please inform us if you need further assistance.

    Thanks.