How can I reposition the quantity button above the add to cart button?

I’d like to move the Quantity option above the Add to cart button. How can I do that?

website URL is www.jsbuildcompany.com

@jsbuildco

please check your theme customization option its allow to drag and drop option you have change it

Hi @jsbuildco ,

You can do that from Online Store > Themes > Customize > click dropdown menu at the top, select Products > Default temple, hover on Quantity selector, click on six dot icons, drag and drop it above Buy buttons, click Save button

I added the drop down and personalization via code so I cannot move the quantity button in the theme unfortunately.

So please go to main-product.liquid file, find this line of code " {%- when ‘buy_buttons’ -%}" and then add your code above it.

If your themes product template setting has a custom-liquid block then pull that code you customized out of the theme where you put it and instead move it into a custom-liquid block.

That will let you move the quantity and the custom line item properties.

Or if you need that custom code converted into a block you can move around you can contact me to get that type of customization.