Hello,
I just saw that on my store add to cart and buy with paypal options look like this:
How can I align them to be on top of each other ? This happened when I changed the size of the product pictures on the store to small.
Thanks.
Solved! Go to the solution
Hi @Petya
What's your store URL?
This is an accepted solution.
Add this piece of code at the bottom of your theme.scss file
@media only screen and (min-width: 990px) {
.product-single--small-media .product-form__item--payment-button, .product-single--full-media .product-form__item--payment-button {
display: inline-block;
max-width: 500px;
}
}
User | Count |
---|---|
793 | |
140 | |
93 | |
64 | |
60 |