Align Variant Pill and Quantity picker on the same line for Dawn theme 12.0

Align Variant Pill and Quantity picker on the same line for Dawn theme 12.0

Tellmemore112
Excursionist
31 0 6

1. I'd like to move the quantity picker to the same line as the variant pill for all products. My website is www.shoplile.com

 

2. I'd also like to decrease the size of the quantity picker to the match the variant pill. And possibly have the same style black background and white text same as the variant pill.

 

Thanks in advance 🙂 

 

Screen Shot 2025-02-19 at 9.03.21 pm.pngScreen Shot 2025-02-19 at 9.01.45 pm.png

Replies 2 (2)

Abdosamer
Shopify Partner
1040 188 225

Hi @Tellmemore112 , go to base.css file and add the following code : 

.product-form__quantity{
    position: relative;
    bottom: 8rem;
    left: 10rem;
}

quantity-input.quantity {
    min-height: 3.7rem !important;
}




Result:

Abdosamer_0-1739977580871.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Tellmemore112
Excursionist
31 0 6

Thank you. Is the any way to make the quantity selector the same height and width as the variant pill?

 

also how can I further move up the ‘add to cart’ button 

 

thank you