This topic has 6 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
Hi, may I know how can I align the Product Quantity option button to the center?
Hello,
Please provide URL of the mentioned page.
Regards
How to align the quantity button to the center?
Hello,
Add the next custom CSS code in media query:
.content-product .quantity-wrapper {
margin: 10px auto;
}
Regards
I tried adding it to the mobile css, yet no changes appeared.
and I saw there’s this code under mobile css currently:
.products-list .content-product .quantity-wrapper {
width: 50% !important;
justify-content: ;
}
but both aren’t workiing
Clear cache of mobile browser and check one more time, please.
Regards
You must be logged in to reply to this topic.Log in/Sign up