@wh31_wh1222 Please follow below steps to center the payment buttons below the add to cart button. Let me know whether it is helpful for you.
- From admin, go to “Online stores” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Go to “base.css” file and paste the below code at the bottom of the file and save changes.
.product__info-wrapper .footer__payment {
max-width: 44rem;
width: 100%;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
