No ability to remove items from Cart in mobile view

Posted in: Newspaper
Post count: 30

Hi guys,

I’ve just noticed on my site (www.expeditionaustralia.com.au) and on your demo site for Newspaper 6 that when you add items to the cart in woocommerce on a mobile (iPhone 6 in my case) there is no way to remove them from the cart.

The cross that is visible to the left of the product on desktop view is not there in mobile view.

I’ve checked the cart on the Woothemes site and it is there – I’ve also checked one of their case study sites (www.striiiipes.com) and is is working there as well.

Is this an issue with the Newspaper 6 theme?

Thanks

Post count: 22421

Hi,

It seems the remove button is getting hidden with css. I have added it to our bug list. We will fix it in a future version of the theme. Until then you can add this code in the theme panel->custom css box:
@media (max-width: 767px){
.woocommerce-cart .woocommerce .product-remove {
display: table-cell!important;
}}

Thank you for pointing this out!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.