Hi jmill23,
Yes, maybe there’s some problem with responsive style
Can you please share with us a link where to check your problem?
Let me know
Have a nice day 🙂
Hi, Thanks for reply.
Sure, my site is thecookerytutor dot co.uk
Thanks.
Hi again
can you try adding this css rules at the end of style.css of your theme?
table.cart.wishlist_table .product-remove {
display: table-cell!important;
}
This is my result (I’ve added css rules via console)
Let me know if this solves your problem
Have a nice day
I’ve found the problem…
Looking at the css this class <td class="product-remove">
Has the following: display: none;
Removing or commenting this out fixes the issue.
Not sure if this will afect anything else as there are other classes using this: table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price
Ok great…I’ll try to add that to my css – which should over-right the display: none; class.
Thanks.
Hi,
Added the above css to my custom.css and it fixed the issue thank you!
Will you fix this in future updates?
Hi jmill23,
I’m sorry, but as you can see from css path, this rule is added by your theme, and we cannot fix the problem by our side
You can try to contact theme developer, asking them to change original rule in
wp-content/themes/superstore/includes/integrations/woocommerce/css/woocommerce.css
Let me know if you need more technical information
Have a nice day 🙂