How can I increase width of the credit card input box?

  • mklabunde
    Asked on April 9, 2018 at 4:56 PM

    How can I increase width of the credit card input box? It's too small to show all the numbers.

  • jonathan
    Replied on April 9, 2018 at 6:30 PM

    Please try adding this CSS codes on your form

    .form-address-table{
      max-width: 100% !important;
    }
    .square-hosted-fields{
      width: 255px !important;
    }

    1523313033zzz 2018 04 10 06 Screenshot 10


    Let us know if this did not work.

  • mklabunde
    Replied on April 9, 2018 at 8:13 PM

    This worked! Thanks so much!