How can I position quantity next to size on my webpage?

Topic summary

Goal: Place the size selector and quantity field side-by-side on the product page to save space; current layout shows size (grootte) above quantity (screenshot provided).

Proposed approach:

  • Use CSS (or JS) to align the two elements horizontally.
  • Steps suggested: in the theme editor, open the product page template (Liquid file), ensure the size and quantity elements are within the same container, then set their CSS (e.g., the two element tags) to display inline so they sit next to each other.
  • Helper offers to make the change if given admin access.

Key terms:

  • CSS: styling rules to control layout.
  • JS: JavaScript, for dynamic behavior (not detailed here).
  • Liquid file: the theme’s product page template.

Current status:

  • Original poster understands the method but cannot find the correct code block in the theme and asks for direct assistance.
  • No code snippet or final implementation provided; resolution pending/ongoing.
Summarized with AI on January 9. AI used: gpt-5.

I understand what to do but I can’t find the right piece of code, can you help me out?