Hi,
How do I make the quantity selector full width for mobile. Dawn theme
Thanks Finn
Hi,
How do I make the quantity selector full width for mobile. Dawn theme
Thanks Finn
Kindly Share your Store URL,
So that I can help you.
Put this at the bottom of your base.css file:
@media only screen and (max-width: 749px) {
.quantity {
width: 100% !important;
}
}
@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.
Thank you
Your Welcome.