CSS conflict causing Plus and Minus qty buttons to expand
-
Hi, I have noticed in the latest Apple Pay updates the plugin is causing a conflict with my theme (flat some) that is making my product page Quantity + and – buttons appear enlarged.
/wp-content-plugins-woocommerce-gateway-stripe-assets-css-stripe-apple-pay-3.1.3.css
Seems to be this:
.single-product div.product form.cart .apple-pay-button, .single-product div.product form.cart .quantity,
.single-product div.product form.cart .quantity ~ .button {
margin-bottom: 10px
}.single-product div.product form.cart .quantity {
width: 100%;
margin-right: 0
}.single-product div.product form.cart .quantity input, .single-product div.product form.cart .quantity ~ .button {
width: 100%
}.single-product div.product form.cart .apple-pay-button-wrapper {
display: inline;
margin-bottom: 0
}
- The topic ‘CSS conflict causing Plus and Minus qty buttons to expand’ is closed to new replies.