Title: cell vertical align
Last modified: August 31, 2016

---

# cell vertical align

 *  Resolved [davidconover](https://wordpress.org/support/users/davidconover/)
 * (@davidconover)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/cell-vertical-align/)
 * Sorry for not being able to find this answer in your great documentation and 
   FAQ sections but I would like to know how to vertical align (middle) text in 
   a table.
 * Thanks so much.
 * David
 * [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, 1 month ago](https://wordpress.org/support/topic/cell-vertical-align/#post-7369708)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * That’s possible with some CSS code. For example, add this to the “Custom CSS”
   textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress thead th,
       .tablepress tbody td {
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘cell vertical align’ 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, 1 month ago](https://wordpress.org/support/topic/cell-vertical-align/#post-7369708)
 * Status: resolved