Putting quantity selector next to add to cart button in Studio Theme

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!

  • Here is the solution for you @martijn18
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.product-form__input.product-form__quantity+div {
    float: left !important;
}
.list-payment {
    width: 100% !important;
}​
.product-form__submit.button {
margin-left: 20px;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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!