Title: Vertically center entry when using #rowspan#
Last modified: September 1, 2016

---

# Vertically center entry when using #rowspan#

 *  Resolved [davidp40](https://wordpress.org/support/users/davidp40/)
 * (@davidp40)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/vertically-center-entry-when-using-rowspan/)
 * How can I vertically center the entry when vertically combining several rows 
   in a column (i.e. with #rowspan#)?
 * Thanks!
 * [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)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/vertically-center-entry-when-using-rowspan/#post-7521479)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * That’s possible with CSS code, e.g.
 *     ```
       .tablepress-id-123 .row-3 .column-2 {
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Vertically center entry when using #rowspan#’ 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: [9 years, 9 months ago](https://wordpress.org/support/topic/vertically-center-entry-when-using-rowspan/#post-7521479)
 * Status: resolved