• Resolved scrapheap

    (@scrapheap)


    First of all, thanks for the amazing plugin! It’s great and I’ve already given it a 5 star review.

    I’m having a problem with mobile styling and I want to hide the “product name” on mobile devices only. I added the following css but it didn’t hide the element:

    @media only screen and (max-width: 640px)
    .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
    display: none;
    }

    I can hide the “product name” altogether with this code, but I want it to be visible on non-mobile devices:

    .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
    display: none;
    }

    Can you please tell me what I’m doing wrong with my @media css?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stan

    (@stantinv)

    Hi @scrapheap,

    Glad you like our plugin ??

    Can you provide us with a link to your website via our live chat, so we will be able to check your changes and correct the CSS?

    Regards,
    Stan

    Plugin Support Stan

    (@stantinv)

    We are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Fix for Responsive’ is closed to new replies.