How can I fix an overlapping quantity selector and buy button?

Topic summary

Issue: The quantity selector overlapped the Buy button on the product page.

  • The store URL was shared for review.
  • Fix provided: add a CSS rule in theme.css to set the quantity select wrapper to position: relative (!important). The user confirmed this resolved the overlap.

New request: Add a quantity selector to the add‑to‑cart popup.

  • A screenshot was provided to illustrate the desired UI (image is central to understanding the request).
  • It was explained that this requires theme‑specific custom code (Liquid/HTML/CSS), and a generic snippet couldn’t be given without reviewing the theme structure.
  • Next step agreed: grant collaborator access so the helper can inspect the theme and implement the change. Access was granted.

Outcome/Status:

  • Overlapping UI issue: resolved with a CSS update.
  • Popup enhancement (quantity selector in add‑to‑cart modal): pending review and custom implementation after collaborator access; no code changes have been shared yet, so the task remains open.
Summarized with AI on January 24. AI used: gpt-5.

HEY , MY QUANTITY SELECTOR IS OVERLAPPING BUY BUTTON. HOW CAN I ARRANGE IT?

Hi @mahasobhi047

This is Mike from Omega

Could you leave your store url (and password) then I can check your issue?

https://buy4lessus.com

Hi @mahasobhi047

You can try my solution

  1. Open Theme → Edit Code

  2. Open theme.css and paste this code to the bottom of file, and save:

.form-fields--qty .form-field--qty-select .form-field-select-wrapper {
 position: relative !important
}

Hope my answer will help you

Mike from Omega

THANK YOU! IT WAS GREAT HELP DEAR.

CAN YO HELP IN ONE MORE THING?

yes, what do you want to ask?

I want to add quantity selector in add to cart pop up

Seem you need to add some custom code to your theme?

Do you have any knowledge about coding Liquid and HTML/CSS?

a little bit like I can add code appropriately in desired place with proper semitry

Sorry, I can not send you the code because I do not know your theme code structure and I can not write the right code for you theme?

Could you add me as collaborator to your store then I can check it?

sure whats your email?

let me send the collab request to your store

ADDED