Hi guys,
Just updated to WC3.0.7 & Enfold 4.0.7 (with Child Theme).
On mobile, quantity adjust column is not visible on cart page. On desktop, it works properly.
I thought this problem was solved years ago?
Thanks.
Hey phangmoh,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Here you go.
Hi phangmoh,
They were hidden since this is built as a table and it’s not easy to scale it for the small screen. They hide for screens less than 767px
You could add this code and see how it looks on mobile
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
display: table-cell;
}
div table.shop_table td {
padding: 2px;
}
}
Best regards,
Victoria