How do I make the quantity selector full width for mobile. Dawn theme

Hi,

How do I make the quantity selector full width for mobile. Dawn theme

Thanks Finn

@Finn4

Kindly Share your Store URL,
So that I can help you.

https://g09vt7dvhjbopppe-60589605120.shopifypreview.com

is this ok?

Put this at the bottom of your base.css file:

@media only screen and (max-width: 749px) {

.quantity {
    width: 100% !important;
}
}

@Finn4

@media only screen and (max-width: 749px) {
.quantity {
    border: 1px solid;
    width: 100% !important;
}
}

Add this code in the bottom of base.css file.
Let, me know if you need any more help,
Thank you.

@Finn4

If helpful, kindly like our solution,
and let me know if you need any more help.

Thank you.

Thank you

@Finn4

Your Welcome.