optimize the space on my product page

Topic summary

Goal: place the primary button (e.g., Add to Cart) horizontally next to the quantity input to save space on the product page.

Context: The poster shared two images—current layout vs. desired side‑by‑side layout—so visuals are central to understanding the requested change.

Suggested approach: modify the product template code file (theme’s product page template) so the quantity field and button render inline. This typically involves adjusting HTML structure and CSS (e.g., using a flex container) within the product template/section.

Status: No specific code, selectors, or file paths were provided. No confirmation of implementation. The discussion remains open with a need for concrete steps or sample code to achieve the inline layout.

Summarized with AI on December 13. AI used: gpt-5.

Hello, how can I make my button (image 1 - My web) align next to the quantity box like in image 2? I want to optimize the space on my product page.

this can be done by modifying the product template code file