• Resolved jmkermelpro

    (@jmkermelpro)


    Hi,

    I want size up the quantity box because customer can’t see the number.

    Thanks a lot ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter jmkermelpro

    (@jmkermelpro)

    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!

    Thread Starter jmkermelpro

    (@jmkermelpro)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘quantity on cart’ is closed to new replies.