How to put 2 quantitiy selectors next to eachother?

i want these two next to eachother

hi @tijs

Can you please share store URL?

Galleryglamour.com

Hi @tijs

You can follow the following steps:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. And add the following code in theme.liquid file above the tag

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

hi, thank you the code works. But on mobile the width of the page is too much right now, i can move the website left and right how can i fix this?

@tijs

Please use this css

.product-form__input, .product-form__input .select {
    max-width: 50%!important;
}

thank you! :slightly_smiling_face: