Title: CSS Fix for Responsive
Last modified: October 19, 2018

---

# CSS Fix for Responsive

 *  Resolved [scrapheap](https://wordpress.org/support/users/scrapheap/)
 * (@scrapheap)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-responsive/)
 * 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](https://wordpress.org/support/users/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](https://wordpress.org/support/users/media/)
   css?
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Stan](https://wordpress.org/support/users/stantinv/)
 * (@stantinv)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-responsive/#post-10810489)
 * Hi [@scrapheap](https://wordpress.org/support/users/scrapheap/),
 * Glad you like our plugin 🙂
 * Can you provide us with a link to your website via our [live chat](https://templateinvaders.com/help),
   so we will be able to check your changes and correct the CSS?
 * Regards,
    Stan
 *  Plugin Support [Stan](https://wordpress.org/support/users/stantinv/)
 * (@stantinv)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-responsive/#post-10841974)
 * 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.

 * ![](https://ps.w.org/ti-woocommerce-wishlist/assets/icon-256x256.gif?rev=2469447)
 * [TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ti-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stan](https://wordpress.org/support/users/stantinv/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-responsive/#post-10841974)
 * Status: resolved