Title: RESPONSIVE TABLE IS BROKEN
Last modified: December 20, 2023

---

# RESPONSIVE TABLE IS BROKEN

 *  Resolved [Romano Capasso](https://wordpress.org/support/users/quatio/)
 * (@quatio)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/responsive-table-is-broken/)
 * Hi, your table in responsive mode, is broken.
 * How can fix it? Thanks. You can show the error at:
 * [http://new.mylandoriginal.com/err.png](http://new.mylandoriginal.com/err.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-table-is-broken%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [villasupport](https://wordpress.org/support/users/villasupport/)
 * (@villasupport)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/responsive-table-is-broken/#post-17307156)
 * Hi,
 * Thank you for reaching out to us.
 * We found the conflict issue with a 3rd plugin on your site ([https://ibb.co/4PGN4kL](https://ibb.co/4PGN4kL)),
   and this can be handled with Custom CSS.
 * Please use the below Custom CSS (Add it to the plugin setting > Custom CSS)
 *     ```wp-block-code
       @media screen and (max-width: 600px){
       table.woo_sc_view_table td {
           display: table-cell !important;
           width: auto !important;
       }
       }
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘RESPONSIVE TABLE IS BROKEN’ is closed to new replies.

 * ![](https://ps.w.org/product-size-chart-for-woo/assets/icon-256x256.gif?rev=3081765)
 * [Product Size Chart For WooCommerce](https://wordpress.org/plugins/product-size-chart-for-woo/)
 * [Support Threads](https://wordpress.org/support/plugin/product-size-chart-for-woo/)
 * [Active Topics](https://wordpress.org/support/plugin/product-size-chart-for-woo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-size-chart-for-woo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-size-chart-for-woo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [villasupport](https://wordpress.org/support/users/villasupport/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/responsive-table-is-broken/#post-17307156)
 * Status: resolved