• Resolved stepway

    (@stepway)


    How can I change the “Pay with Apple Pay” button on the checkout page? I mean, that the button is graphically excellent, but it occupies 60% of the page and is position on the left.
    I would like it placed in the center and with width:100% (Like the other buttons of the different payment methods).

Viewing 1 replies (of 1 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @stepway,

    You can achieve this by writing some CSS that targets the Apple Pay button on your checkout page. Something like:

    .woocommerce-checkout .apple-pay-button{
       width: 100% !important;
    }

    You can adjust that to suit your needs.

    Kind Regards,

Viewing 1 replies (of 1 total)

The topic ‘Apple Pay Button’ is closed to new replies.