Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Remove Product Field Missing On Mobile

Home / Forums / Virtue Theme / Remove Product Field Missing On Mobile

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 3, 2016 at 4:03 am

Hi there,

When viewing the cart on website below on a mobile, the x to remove a product is not showing.

Having looked through the forum, I found a reply from Ben that states this is deliberate to save space and can be shown using the following css


@media
(max-width: 768px) {
.shop_table .product-remove {
display: table-cell;
}
}

I added that code to advanced settings, but the x still doesn’t show. Could you take a look to see if I’ve missing something obvious please?

Many thanks,

Steve

  • The forum ‘Virtue Theme’ is closed to new topics and replies.