Home › Forums › Basel support forum › Enlarge "Apple Pay" button › Reply To: Enlarge "Apple Pay" button
February 1, 2018 at 9:48 am
#36727
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .single-product-content .single_variation_wrap .variations_button {
display: block;
}