Shopify themes, liquid, logos, and UX
Is it possible to move the quantity field so it is to the left of the add to cart button in the Dawn theme? Thanks!
A bit of css would do, please share your store url and password if store is not published or live.
Please do this first
from the customizer in your product template just drag the quantity selector block below the variant picker just as in the image. This will move quantity selector below variant selector which will make coding css a little more easier.
And then you can add this code in main-product.liquid file above everything
<style>
div[id*="Quantity-Form-template"]{
float:left;
}
.product-form{
float:right;
margin: 4rem 0 !important;
width: 50% !important;
}
.product__description{
clear: both
}
</style>
This will do it. Things could have been more easier if only you give me collaborator access. But nevertheless try this and let me know.
That did it, thanks!
Great that it worked out for you.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024