Viewing 1 replies (of 1 total)
  • Saif

    (@babylon1999)

    Hello @larajdesigns09,

    Thank you for sharing the screenshot!


    Seems like there’s a 20px padding for the payment field. I recommend getting in touch with the theme author about this.

    In the meantime, a quick workaround could be to use this CSS snippet to lower the padding to just 1 pixel.

    /*  Fix square payment field on checkout  */
    
    @media only screen and (max-width: 767px) {
    .checkout .payment_methods .payment_box {
    padding: 1px;
    }
    }

    If you need help adding the code to your theme, you can check this guide.

    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Android Issue’ is closed to new replies.