I’ve noticed that the quantity isn’t visible on mobile devices (tablet/phones) bot portrait and landscape. That means that a customer is not able to increase or decrease the quantity. How can I make sure that IS visible on mobile?
I did update the theme to the latest version, what can i do?
Hey rdvmarketing,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
display: block !important;
}
}
Best regards,
Rikard
Use this instead:
display: table-cell !important;
that shows correct design, otherwise size of cells is not correct!
Perfect!!!! tnks very much.
Hi brunet77,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria