Shopify themes, liquid, logos, and UX
hi!
how can i make the quantity selector and add to cart button in the same row for mobile on the product page? on desktop it is in the same row but on mobile it is not. I'm using dawn theme.
diilara.com
Solved! Go to the solution
This is an accepted solution.
Try this out. Open your main-product.liquid file from your theme code editor and paste this at the top of everything else.
<style>
@media(max-width:749px){
.product-form__quantity{
float:left;
width: 25%;
}
.product-form{
float: right;
width: 65% !important;
margin-top: 2rem !important;
}
.product__description{
clear: both
}
}
</style>
Please Share your store url.
diilara.com
This is an accepted solution.
Try this out. Open your main-product.liquid file from your theme code editor and paste this at the top of everything else.
<style>
@media(max-width:749px){
.product-form__quantity{
float:left;
width: 25%;
}
.product-form{
float: right;
width: 65% !important;
margin-top: 2rem !important;
}
.product__description{
clear: both
}
}
</style>
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024