Re: how to put 2 quantitiy selectors next to eachother?

Solved

how to put 2 quantitiy selectors next to eachother?

tijs
Tourist
7 0 0

i want these two next to eachotherSchermafbeelding 2023-10-05 230224.png

Accepted Solution (1)
laddisahsi
Shopify Partner
385 38 41

This is an accepted solution.

@tijs 

Please use this css

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

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


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

View solution in original post

Replies 6 (6)

laddisahsi
Shopify Partner
385 38 41

hi @tijs 

Can you please share store URL?

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
tijs
Tourist
7 0 0

Galleryglamour.com

laddisahsi
Shopify Partner
385 38 41

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 </head> tag

<style>
.product variant-selects {
    display: flex !important;
}
.product variant-selects .product-form__input.product-form__input--dropdown .select {
    max-width: 90% !important;
}
</style>

 

 

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


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
tijs
Tourist
7 0 0

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?

laddisahsi
Shopify Partner
385 38 41

This is an accepted solution.

@tijs 

Please use this css

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

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
tijs
Tourist
7 0 0

thank you! 🙂