Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author YITHEMES

    (@yithemes)

    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 ??

    Thread Starter jmill23

    (@jmill23)

    Hi, Thanks for reply.
    Sure, my site is thecookerytutor dot co.uk

    Thanks.

    Plugin Author YITHEMES

    (@yithemes)

    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

    Thread Starter jmill23

    (@jmill23)

    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

    Thread Starter jmill23

    (@jmill23)

    Ok great…I’ll try to add that to my css – which should over-right the display: none; class.
    Thanks.

    Thread Starter jmill23

    (@jmill23)

    Hi,
    Added the above css to my custom.css and it fixed the issue thank you!
    Will you fix this in future updates?

    Plugin Author YITHEMES

    (@yithemes)

    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 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't remove items on mobile?’ is closed to new replies.