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.
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
Great, thanks.