Hi @jmkermelpro,
Can you please explain your requirement with the help of a screenshot to make it clear? You can use Chrome extension Lightshot to take a screenshot straight from your browser. This will help us to quickly identify your issue and provide a solution quickly.
Thank you and we look forward to your reply.
This is the screen of the problem :
https://snipboard.io/NI7bmB.jpg
i forced the view of the website at 80% with this css perhaps it’s the problem :
.container {
max-width: 1200px;
width:80%;
}
Hi @jmkermelpro,
Thank you for getting back to us.
Applying CSS code only to the common container class will affect the overall width of all the site containers.
You can try using the below CSS code to fix the issue with the quantity box:
.woocommerce-cart table.cart input {
padding: unset;
}
Do let us know if you have any other queries.
Regards!
thanks it work π but only in the cart page. Can i make the same on product page ?
Hi @jmkermelpro,
We checked your website product page but could not track the issue. Screenshot: https://prnt.sc/26c1pay
Can you please send us the link to the page with the issue?
Regards!