Title: Consistent Row Height
Last modified: March 26, 2026

---

# Consistent Row Height

 *  Resolved [thedrewseum](https://wordpress.org/support/users/thedrewseum/)
 * (@thedrewseum)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/consistent-row-height/)
 * Hello! Loving this plugin, it really helped solve some issues I was having with
   mobile viewing of my tables.
 * I do have some tables (including on the attached page) that have varying character
   lengths within their table cells. This is causing the longer ones to have row
   heights that are larger than the rest. Is there a way to set so that all row 
   heights remain consistent?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconsistent-row-height%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Tim Crull](https://wordpress.org/support/users/galanos/)
 * (@galanos)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/consistent-row-height/#post-18864849)
 * Hi [@thedrewseum](https://wordpress.org/support/users/thedrewseum/),
 * Thanks for your question, and sorry for the trouble!
 * I fear that this can’t be solved 100% reliably. HTML tables offer no way to make
   all rows have equal height, and not even the grid model in CSS will help without
   setting a fixed height for the full table.
 * We could set all rows to be large enough to accommodate two lines of content,
   but that’ll break if some visitor’s device makes one cell’s content run in three
   or more lines.
 * If you still want to try that, please add the following code in the “Custom CSS”
   field in _your WordPress dashboard > TablePress > Plugin Options > Custom Styling_:
 * `.tablepress-id-2 td { height: 2.5lh; }`
 * Let me know if this helps 🙂
 * Best wishes,
   Tim
 *  Thread Starter [thedrewseum](https://wordpress.org/support/users/thedrewseum/)
 * (@thedrewseum)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/consistent-row-height/#post-18865145)
 * Hi Tim,
 * Thank you so much for the quick and thorough reply, greatly appreciated! This
   will work perfectly!
 *  Plugin Support [Tim Crull](https://wordpress.org/support/users/galanos/)
 * (@galanos)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/consistent-row-height/#post-18866474)
 * Hi [@thedrewseum](https://wordpress.org/support/users/thedrewseum/),
 * You are very welcome! Good to hear that this helped 😊
 * Best wishes,
   Tim
 * P.S.: Thank you for the 5-star review! 🥰

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconsistent-row-height%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](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: [Tim Crull](https://wordpress.org/support/users/galanos/)
 * Last activity: [2 months, 1 week ago](https://wordpress.org/support/topic/consistent-row-height/#post-18866474)
 * Status: resolved