Title: Responsive design
Last modified: August 22, 2016

---

# Responsive design

 *  Resolved [Afsori](https://wordpress.org/support/users/afsori/)
 * (@afsori)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-35/)
 * Hi, and thanks for this excellent wp plugin, I’m new in wp,
 * my wp-theme has a responsive design, but my tables is not,
 * How can I make all tables responsive? and is there any way for make pictures 
   responsive too in tables?
 * Many thanks,
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-35/#post-5686116)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Making tables responsive is tricky, but a common approach is available with this
   TablePress Extension: [http://tablepress.org/extensions/responsive-tables/](http://tablepress.org/extensions/responsive-tables/)
 * A similar approach (without the flipping), is possible with this: [https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954](https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954)
   
   This is probably going to be better if you use images.
 * The final approach (for images) would be to let them shrink, but that’s kind 
   of ugly. For this, you could use this “Custom CSS”:
 *     ```
       .tablepress-id-123 img {
         max-width: 100%;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive design’ 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

 * [responsive design](https://wordpress.org/support/topic-tag/responsive-design/)
 * [Responsive Tables](https://wordpress.org/support/topic-tag/responsive-tables/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-35/#post-5686116)
 * Status: resolved