[ad_1]
I would like to change the credit card input files height. I use WooPayments.
Apparently till now I have achieved my goal using the following code in Additional CSS but unfortunately the following code doesn’t work on the website’s live version.
Field-numberInput {
padding-right: 34.8px;
height: 30px !important;
} Field-expiryInput {
height: 30px !important;
} Field-cvcInput {
height: 30px !important;
}
The page I need help with: [log in to see the link]