Title: Adding image makes a non responsive table
Last modified: August 21, 2016

---

# Adding image makes a non responsive table

 *  Resolved [samj12](https://wordpress.org/support/users/samj12/)
 * (@samj12)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-image-makes-a-non-responsive-table/)
 * I have created 2 Table Press for my site and 1 is responsive and the other is
   not and I can only think the reason would be because of the images? As the one
   thats not working contains 4 images, wondering if someone could help me?
 * thanks
 * site: [http://www.oddslife.biz](http://www.oddslife.biz)
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-image-makes-a-non-responsive-table/#post-4204185)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, that’s because of the images. You could get a little bit of responsiveness
   by adding this to the “Custom CSS”:
 *     ```
       .tablepress-id-1 img {
         max-width: 100;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [samj12](https://wordpress.org/support/users/samj12/)
 * (@samj12)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-image-makes-a-non-responsive-table/#post-4204187)
 * Hi,
 * thanks for that – The images have to be 150 px
 * however I just changed it to 100px and its still not completely responsive?
 * I’d appreciate your help,
 * Thanks
 * Sam
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-image-makes-a-non-responsive-table/#post-4204191)
 * Hi Sam,
 * argh, sorry. Small typo. It should be “100%”, as in
 *     ```
       .tablepress-id-1 img {
         max-width: 100%;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Adding image makes a non responsive table’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/adding-image-makes-a-non-responsive-table/#post-4204191)
 * Status: resolved