How do I change the height of the form field for credit card info?

  • bknight
    Asked on July 16, 2019 at 2:50 PM

    How do I change the height of the form field for credit card info? When numbers are entered, they are cut off.

    Jotform Thread 1893110 Screenshot
  • Richie JotForm Support
    Replied on July 16, 2019 at 4:35 PM

    You may add this custom CSS to increase the height of your fields.

    .square-hosted-fields{
    min-height: 30px;
    }

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if you need further assistance.