Title: row height
Last modified: August 22, 2016

---

# row height

 *  Resolved [asalnikov](https://wordpress.org/support/users/asalnikov/)
 * (@asalnikov)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/)
 * Hi,
    thanks for your plugin tablepress, he is great. But there is a question.
   How to reduce rows height in the table?
 * Here is your hint
    [https://wordpress.org/support/topic/strange-row-height-when-responsive](https://wordpress.org/support/topic/strange-row-height-when-responsive)
 * add in “Table options”:
    .tablepress-id-111 td, .tablepress-id-111 th { height:
   16px; }
 * But decreases only to about 30 pixels.
    Less than 30 pixels row height unchanged.
 * Need to reduce rows height to 16 pixels.
    How to solve this problem?
 * link : [http://www.v-prognoz.ru](http://www.v-prognoz.ru)
    table on the right
 * Thank you.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269859)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Please remove that CSS for setting the height again.
 * Then, change
 *     ```
       .tablepress-id-34 tbody td {
       	font-family: tahoma;
       	font-size: 12px;
       }
       ```
   
 * to
 *     ```
       .tablepress-id-34 tbody td {
       	font-family: tahoma;
       	font-size: 12px;
       	line-height: normal;
       }
       ```
   
 * That should make the rows smaller.
 * Regards,
    Tobias
 *  Thread Starter [asalnikov](https://wordpress.org/support/users/asalnikov/)
 * (@asalnikov)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269920)
 * Thank,Tobias
    Made as written. Works, but not completely. Row height decreases.
   Also, it decreases when reducing the size of the font. Apparently remains constant
   distance between the edge of the symbols and row. Testing table: [http://www.v-prognoz.ru/gl/test/](http://www.v-prognoz.ru/gl/test/)
   Ок, let it be so, well.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269924)
 * Hi,
 * ok, now you can also reduce the padding, e.g. by extending the code to
 *     ```
       .tablepress-id-34 tbody td {
       	font-family: tahoma;
       	font-size: 12px;
       	line-height: normal;
       	padding: 4px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [asalnikov](https://wordpress.org/support/users/asalnikov/)
 * (@asalnikov)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269931)
 * Wow!
    Works fine. Thank you very much, Tobias!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269932)
 * 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](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘row 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/)

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)
 * [row](https://wordpress.org/support/topic-tag/row/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/row-height-3/#post-5269932)
 * Status: resolved