Site logo

Archived topic

Payment button placement is different on single and variable products

2 replies · Started by Matthew on April 30, 2020

Viewing posts 1–3 of 3

I'm using a plugin to add a PayPal checkout button near the Add to Cart button on product pages. On single products, it works great, but on variable products it is displaying next to the Add to Cart button and the button grows larger. What am I missing here? Thanks for the help!

Got it solved with a bit of CSS from the plugin developer.

.wc-braintree-product-gateways-container{
flex-basis: 100%
}

Glad to hear you got it resolved.

This archived topic is closed to new replies.