How can I make it such that the quantity selector is on the same line as the ‘add to cart’ button. I am using the studio theme. Store link is marwijn.com password is help123
Thanks in advance!
How can I make it such that the quantity selector is on the same line as the ‘add to cart’ button. I am using the studio theme. Store link is marwijn.com password is help123
Thanks in advance!
.product-form__input.product-form__quantity+div {
float: left !important;
}
.list-payment {
width: 100% !important;
}
.product-form__submit.button {
margin-left: 20px;
}
Perfect, thank you very much!
It doesn’t work unfortunately. I’ve already got a solution by somebody else so its not needed anymore. Thanks for the help!