Quantity selector and variant picker in one line for mobile devices

How to make quantity selector and variant picker in one line for mobile devices? Dawn theme. Thank You! Nothing helps!

@Pyrilix42 - can you please share this page link?

https://pyrilix.com/products/womens-long-lasting-light-fragrance-perfume from mobile device

@Pyrilix42 - please add this to the end of base.css file and check

@media screen and (maxw-dth:749px){
.product__info-container variant-selects,
.product__info-container .product-form__quantity{display: inline-block; width: 48%;}
.product__info-container .quantity{top: -4px;}
}

Nothing changed

@Pyrilix42 - I do not see the code added

now?

Hey @Pyrilix42

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like