Hi, may I know how can I align the Product Quantity option button to the center?
Theme version: 8.0.12Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.