How to align quantity button to the left on product page [Dawn Theme 6.0.2]

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!

1 Like

Sure.

https://www.ffcollectibles.com.au/

Thanks for the prompt message :slightly_smiling_face:

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!

2 Likes

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;
}

1 Like

Thank you!

1 Like

Thank you, worked fine!