Title: Not responsive below 558px?
Last modified: October 14, 2016

---

# Not responsive below 558px?

 *  Resolved [anon58](https://wordpress.org/support/users/anon58/)
 * (@anon58)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/not-responsive-below-558px/)
 * I’m having trouble with the responsiveness of tables at various window sizes.
   For whatever reason, tables never seem to shrink to smaller than 558px. This 
   happens in all tested browsers (Chrome, Firefox, Safari), and happens on both
   desktop and mobile versions. Changing the width while inspecting from width:558px
   to width:100% fixes the problem, but adding that style to the class in my css
   file does not. Anyone know how to fix this? Code excerpt below. My website is:
   [https://www.disassembledrs.com/rank-sheet](https://www.disassembledrs.com/rank-sheet)
 * <table id=”igsv-2-[google sheet key]” class=”igsv-table dataTable no-footer dtr-
   inline collapsed” lang=”en-US” style=”width: 558px;” role=”grid” aria-describedby
   =”igsv-2-1k7foI9pYkbQhuhAS2dzELctp9muA8AQjdI1zGdMaoio_info”>
    -  This topic was modified 9 years, 10 months ago by [anon58](https://wordpress.org/support/users/anon58/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/not-responsive-below-558px/#post-8450650)
 * > Changing the width while inspecting from width:558px to width:100% fixes the
   > problem, but adding that style to the class in my css file does not.
 * This is a dead giveaway that you have a cascading rule overriding your earlier
   CSS declaration. The browser is not interpreting your CSS code in the way you
   think it is. Take a closer look at your CSS (learn how to use the CSS debugging
   tools in your browser if you haven’t done this before) to track down the problem.

Viewing 1 replies (of 1 total)

The topic ‘Not responsive below 558px?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-google-spreadsheet-viewer.
   svg)
 * [Inline Google Spreadsheet Viewer](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Meitar](https://wordpress.org/support/users/meitar/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/not-responsive-below-558px/#post-8450650)
 * Status: resolved