To get the quantity and variant select on the same line for all devices using the Flow Queenstown theme on Shopify, you can try adding the following CSS code in your theme’s CSS file:
This code will make both the quantity and variant select elements display inline, align them vertically in the middle, and add a small margin to the right.
You can add this code to your theme’s section-products-block.min.css file or in the Assets folder. Alternatively, you can add the code to the end of the theme.liquid file, just before the closing </body> tag.
Note: Before making any changes to your theme’s files, it’s recommended to create a backup of your theme to avoid any loss of data.
Do I need to make adjustments on margin-right’s px size or apply the code elsewhere? Or rid the wrapper style to nowrap? Or include swatches in the coding (product-form-swatch)?