Goal: Adjust Shopify Impact theme product form so the quantity selector appears next to (inline with) the Add to Cart button rather than below it. The poster seeks CSS/theme guidance to replicate an example layout shown in an image.
Attempts and context: Multiple tries reported without success; no code shared. A screenshot illustrating the desired result was uploaded and is central to understanding the request.
Diagnostics: Another participant asked for a live store/product link to inspect markup and theme structure. The poster provided a product page URL to facilitate troubleshooting.
Current status: No CSS or Liquid solution has been proposed yet and no resolution reached. The thread remains open, awaiting review of the shared product page and concrete guidance on aligning the quantity selector and Add to Cart button on one row.
Summarized with AI on December 27.
AI used: gpt-5.
I am using the impact theme and I would like to have the quantity selector next to the add to cart button. I have tried everything but nothing seems to work. Please can someone help me to do this. I will post a screenshot of an example that I would like to achieve.
@user4253 you will need to edit the Buy buttons block’s code and render the quantity-selector in there.
Doing this change will require going through the code of the quantity selector button and seeing how to move it to the Buy Button instead. Check if something like {% render 'quantity-selector %} is being used there, if it is then adding that line to the Buy buttons block should put you close to what you need.
thankyou very much for looking into this. This does actually work but on mobile it does not and also it caauses all of the sections to have more spacing in between them. Would there be any way to fix this?