Title: Problem trying to set height
Last modified: August 22, 2016

---

# Problem trying to set height

 *  Resolved [yaboariel](https://wordpress.org/support/users/yaboariel/)
 * (@yaboariel)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-trying-to-set-height/)
 * Hi
    My table is at: [http://www.yinteriors.com/bride-robe-reviews/](http://www.yinteriors.com/bride-robe-reviews/)
   I am trying to set the cells with pictures to a shorter size so the pictures 
   occupy all the cells. In this case, I am interested in shortening just the height
   of the cell so it does not waste the space. let me know how can I do this. I 
   tried the same as setting the width but it is not working 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, 6 months ago](https://wordpress.org/support/topic/problem-trying-to-set-height/#post-5593017)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The problem is here is not the height of the cells, but the margin around the
   images (added by your theme). To remove that, please add this to the “Custom 
   CSS” instead of what you were trying:
 *     ```
       .tablepress img {
       	margin: 0 !important;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Problem trying to set height’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/problem-trying-to-set-height/#post-5593017)
 * Status: resolved