Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #852881

    Hi, I just noticed that I don’t see the quantity amount and the option to edit it only on mobile. I checked other WooCommerce sites and I don’t see that issue.

    Can you tell me how to fix this so the quantity amount will be shown on mobile as it does on tablets and desktops?

    Thanks.

    #853798

    Hey DROR,

    Thank you for coming back.

    This is a default behaviour of Enfold for smaller screen width as you also can see on http://kriesi.at/themes/enfold-2017/shop/custom-shop/.

    This code should show the buttons:

    
    @media only screen and (max-width: 767px) {
            .responsive .shop_table .product-quantity{
                display: block !important;
            }
    }
    

    Best regards,
    Günter

    #853800

    Great, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Quantity is missing from the cart page on mobile’ is closed to new replies.