Title: vertical-align:center
Last modified: August 21, 2016

---

# vertical-align:center

 *  Resolved [rocipo](https://wordpress.org/support/users/rocipo/)
 * (@rocipo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/vertical-aligncenter/)
 * I have a 4 column table and the last column contains a graphic element, specifically
   a YouTube audio control bar. The previous 3 columns contain basic information
   about what song is cued up to play in the Utube column. Because of the height
   of the Utube control bar, my informational text (col 1, col 2, col 3) is not 
   aligned well/correctly within the cell. I’ve tried various variations of CSS 
   code, only to find myself unsuccessful at aligning the text centrally within 
   the cell. I’m interested only in table data, not headers or specific row, but
   all rows within the table.
 * What might I use to align my text?
    Thank you.
 * [http://humblecolor.com/jukebox/](http://humblecolor.com/jukebox/)
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/vertical-aligncenter/#post-3647225)
 * Hi,
 * thanks for your question.
 * This “Custom CSS” code should help:
 *     ```
       .tablepress tbody td {
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [rocipo](https://wordpress.org/support/users/rocipo/)
 * (@rocipo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/vertical-aligncenter/#post-3647228)
 * Well duuuuh.
 * Thank you Tobias. Very much.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/vertical-aligncenter/#post-3647232)
 * Hi,
 * no problem, you are very welcome! 🙂
 * 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 3 replies - 1 through 3 (of 3 total)

The topic ‘vertical-align:center’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/vertical-aligncenter/#post-3647232)
 * Status: resolved