How can I center 'more payment options' on my website?

https://byanymeans.net.au/products/staple-trackshorts-black

Hello @Anonymous

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hello, @Anonymous

@media only screen and (min-width: 1060px){
button.shopify-payment-button__more-options {
    width: 50%;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid