Woocommerce payments credit card form iframe

Hello,

Trying to make the credit card field bigger which I can do by changing some css if I’m on a default store theme included with wordpress - but the minute i switch ti xtheme i’m not able to get it to work.

Link in the secure note, just wondering how i could get this where the height of the input field is twice the size it is now using the xtheme and why it might be different using a standard theme?

Thank you very very much

Hello @fxground,

Thanks for writing to us.

In order to make the credit card field bigger I would suggest you please add this custom CSS code under the Global CSS

#wcpay-card-element, #wcpay-sepa-element {
padding: 15px 7px;
min-height: 50px;

} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector. If you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thanks, all good.

Hi @fxground,

Glad to know that.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.