Hi community!
I’m trying to align the quantity selctor and the add to cart button next to each other in Focal Theme. But failing horribly.
Any bright ideas out there?
Store URL is: https://finicc.com/
Hi community!
I’m trying to align the quantity selctor and the add to cart button next to each other in Focal Theme. But failing horribly.
Any bright ideas out there?
Store URL is: https://finicc.com/
Hello There,
.product-form {
position: relative;
}
.product-form__buy-buttons {
position: absolute;
top: 70%;
bottom: 0;
right: 40px;
left: 160px;
}
.product-form__payment-container {
margin-top: 15px;
}