Title: [Plugin: WP-Table Reloaded] Row height
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Row height

 *  Resolved [nlsubtitles](https://wordpress.org/support/users/nlsubtitles/)
 * (@nlsubtitles)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-height/)
 * How do I adjust row height? I can’t get it to work with this custom CSS:
 *     ```
       .preorder tr {
       max-height: 30px !important;
       height: 30px !important;
       padding: 2px !important;
       }
       ```
   
 * The preorder selector is assigned to the table so that’s not the problem.
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-height/#post-2870717)
 * Hi,
 * so `.preorder` ist an “Extra CSS class”? That would be fine then.
 * Now, you might want to try to apply these CSS commands to the actual table cells(`
   <td>`)and not just the row (`<tr>`), i.e. try
 *     ```
       .preorder td {
         max-height: 30px !important;
         height: 30px !important;
         padding: 2px !important;
       }
       ```
   
 * If that doesn’t help, I’ll gladly take a look if you post the URL to the page
   with the table.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Row height’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-height/#post-2870717)
 * Status: resolved