Title: Vertical Align not working
Last modified: August 22, 2016

---

# Vertical Align not working

 *  Resolved [Electrofox](https://wordpress.org/support/users/electrofox/)
 * (@electrofox)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/vertical-align-not-working-1/)
 * Hello, I need help on getting my all data in all tables to vertical align to 
   middle. I’ve search around and found out this:
 * .tablepress {
    vertical-align: middle; text-align: center; }
 * But that didn’t work. I want all the text to be aligned in the middle, but it
   all are still on top like this:
 * [http://www.phonesranking.com/phones-of-the-year-2014/](http://www.phonesranking.com/phones-of-the-year-2014/)
 * Please help, Thanks.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/vertical-align-not-working-1/#post-5753653)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * This setting has to be made on the actual table cells and not the table as whole.
   Therefore, please try again with
 *     ```
       .tablepress tbody td {
         vertical-align: middle;
         text-align: center;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Electrofox](https://wordpress.org/support/users/electrofox/)
 * (@electrofox)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/vertical-align-not-working-1/#post-5753658)
 * Oh okay I get it now. Thanks a million, appreciate your help.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/vertical-align-not-working-1/#post-5753660)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * 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 not working’ 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/)

## Tags

 * [vertical-align](https://wordpress.org/support/topic-tag/vertical-align/)

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