how to move quantity selector next to add to cart button on BOOST theme

Hi, Im having trouble trying to move the quantity selector to be next to add to cart button rather than it being on top of it! Any help would be much appreciated, thank you !

BOOST theme

@jayshew0

To move the quantity selector next to the “Add to Cart” button on the Shopify BOOST theme, you will need to modify the theme’s code. Here are the steps:

  1. From your Shopify admin, go to “Online Store” and click on “Themes.”
  2. Find the BOOST theme and click on the “Actions” dropdown menu, then select “Edit code.”
  3. In the left-hand sidebar, click on “Sections” and select “product-template.liquid” from the list of files.
  4. Look for the following line of code:
  1. Cut this line of code and paste it immediately after the “Add to Cart” button’s code block, which should look like this:
  1. Save the changes by clicking on the “Save” button.

This should move the quantity selector next to the “Add to Cart” button on the BOOST theme. However, please note that modifying the theme’s code can be risky, and it’s always a good idea to create a backup of your theme before making any changes.