Title: Image-based table responsiveness
Last modified: August 31, 2016

---

# Image-based table responsiveness

 *  Resolved [mbkentfield](https://wordpress.org/support/users/mbkentfield/)
 * (@mbkentfield)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/image-based-table-responsiveness/)
 * I’ve tried a few of the tips in previous threads about making tables responsive,
   but none seem to be helping my issue.
 * I have a 3 column x 2 row table with only images in each cell meant to act as
   buttons to other pages. The table looks great and how I wanted on desktop, but
   mobile is only showing the first column. Is there anything I can try to accomplish
   this?
 * The page on which I’m having the issue is:
    [http://speed51.com/jet-tools-speedweeks-central/](http://speed51.com/jet-tools-speedweeks-central/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/image-based-table-responsiveness/#post-7022616)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The best way I see where would be to tell the browser to reduce the width of 
   the images on small screens, e.g. by adding this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress img {
         max-width: 100%;
       }
       ```
   
 * For this to work, please revert the changes to the Shortcode for the Reponsive
   Tables Extension (if any), and also uncheck the “Use DataTables” checkbox on 
   these tables’ “Edit” screens.
 * Regards,
    Tobias
 *  Thread Starter [mbkentfield](https://wordpress.org/support/users/mbkentfield/)
 * (@mbkentfield)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/image-based-table-responsiveness/#post-7022618)
 * Outstanding. Turns out the unchecking of the “Use DataTables” was what had been
   holding me back the whole time. Thank you so much for your quick response and
   help.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/image-based-table-responsiveness/#post-7022622)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Image-based table responsiveness’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/image-based-table-responsiveness/#post-7022622)
 * Status: resolved