Hi,
On the product page the quantity selector button is centered but I want it to be aligned with the left of the container. Another solution would be to increase container width to the same as the add to cart button, either solution is OK.
Hi,
On the product page the quantity selector button is centered but I want it to be aligned with the left of the container. Another solution would be to increase container width to the same as the add to cart button, either solution is OK.
hi @henrycui ,
Can you give the link to your store, if your store have protected by password, you can give the password as well, i will check then give to you the suggestion, thanks!
The solve for you!
You can add the short code into at the bottom of assets/base.css file:
.product .product__info-container .quantity {
margin: unset !important;
}
Thank!
Hello @henrycui
Please use below code on assets → base.css at the bottom to align quantity box to left
.product .product__info-container .quantity{
margin:0 !important;
}
Thank you!
Thank you, worked fine!