Hi, I have implemented credit card gateway on checkout page but it gives issues on mobile, since the last digits overlap.
The plugin developer told me that I need to ask theme for padding on mobyle.
See screenshot below: https://ibb.co/6msZpdL
Hey Jacopotj,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top #payment div.payment_box {
width: 100%;
padding: 0;
}
}
Best regards,
Rikard
That did the job, thank you!
Strangely it didnt work on general style.css but just quick css from customize.
But it did :) <3
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon