Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1261200

    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

    #1261414

    Hey Jacopotj,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1261453
    #1261724

    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

    #1262047

    That did the job, thank you!
    Strangely it didnt work on general style.css but just quick css from customize.
    But it did :) <3

    #1262169

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gateway padding on mobile’ is closed to new replies.