Title: Table size
Last modified: August 21, 2016

---

# Table size

 *  Resolved [trendingsport](https://wordpress.org/support/users/trendingsport/)
 * (@trendingsport)
 * [12 years ago](https://wordpress.org/support/topic/table-size-2/)
 * Hello. Thanks for this brilliant plugin. I have looked at your website, couldn’t
   find the solution. I have looked at these forums but due to a large number of
   posts, I couldn’t find a solution for myself.
    How can I change the width or 
   height of a table altogether? I ean not a specific column or a row, the whole
   table. You can have a look on table here: [http://www.trendingsport.com/is-real-madrids-di-maria-eyeing-a-new-contract/](http://www.trendingsport.com/is-real-madrids-di-maria-eyeing-a-new-contract/)
 * [https://wordpress.org/plugins/tablepress/](https://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 ago](https://wordpress.org/support/topic/table-size-2/#post-5087782)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Do you want to make the table smaller? Then some CSS code like
 *     ```
       .post-content .tablepress-id-2 {
         width: auto;
       }
       ```
   
 * should be enough.
 * To change the height, you would reduce the padding, e.g. with
 *     ```
       .tablepress-id-2 th,
       .tablepress-id-2 td {
         padding: 4px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [trendingsport](https://wordpress.org/support/users/trendingsport/)
 * (@trendingsport)
 * [12 years ago](https://wordpress.org/support/topic/table-size-2/#post-5087882)
 * That worked. Thank you very much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/table-size-2/#post-5087883)
 * 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 ‘Table size’ 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 ago](https://wordpress.org/support/topic/table-size-2/#post-5087883)
 * Status: resolved