Title: Row Height modifications?
Last modified: August 31, 2016

---

# Row Height modifications?

 *  Resolved [mapgrrl](https://wordpress.org/support/users/mapgrrl/)
 * (@mapgrrl)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/row-height-modifications/)
 * Ive spent a lot of time searching through the FAQs and tried several css modifications;
 * How do I make row heights smaller? Row heights are too big for my clients liking
   here:
 * [http://52peaks.com/book-club/](http://52peaks.com/book-club/)
 * Best,
    Monika
 * [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)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/row-height-modifications/#post-7175956)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason for this basically is that you used `<h3>` and `<h4>` heading in your
   table, which (from your theme) have a margin applied to theme.
 * The best way would probably be to not use these extra HTML tags but instead style
   the cells with CSS code.
    A simple solution would be to simply remove the margin
   from all headings that are in tables, by adding this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress h3,
       .tablepress h4 {
         margin: 0;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Row Height modifications?’ 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: [10 years, 2 months ago](https://wordpress.org/support/topic/row-height-modifications/#post-7175956)
 * Status: resolved