Home › Forums › Basel support forum › Enlarge "Apple Pay" button › Reply To: Enlarge "Apple Pay" button
February 1, 2018 at 10:59 am
#36748
Bogdan Donovan
Keymaster
In that case, try to change width of the add to cart button using this snippet
.single-product-page #wc-stripe-payment-request-wrapper + p + button {
min-width: 200px;
}
Regards