Title: Tablepress head align text
Last modified: July 20, 2021

---

# Tablepress head align text

 *  Resolved [obegu2001](https://wordpress.org/support/users/obegu2001/)
 * (@obegu2001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/)
 * Sorry for this little problem.
 * In responsive mode, I got this with your code to change the height of columns
   2 and 5
    [example 1](https://studio-beethoven.it/tablepress%20middle%201.jpg)
 * how can i get this vertical center alignment?
    [example 2](https://studio-beethoven.it/tablepress%20middle%202.jpg)
 * Is it possible to use vertical align center in head and body in responsive mode?
 * Thanks for your patience
    Best regards Bob
    -  This topic was modified 4 years, 10 months ago by [obegu2001](https://wordpress.org/support/users/obegu2001/).
    -  This topic was modified 4 years, 10 months ago by [obegu2001](https://wordpress.org/support/users/obegu2001/).

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14679558)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * To get that, please add something like to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       @media screen and max-width: 979px {
         .tablepress-id-4 thead th,
         .tablepress-id-4 tbody td {
           vertical-align: middle;
         }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [obegu2001](https://wordpress.org/support/users/obegu2001/)
 * (@obegu2001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14680364)
 * Thank you Tobias.
    Unfortunately this solution does not work: in the cells where
   I have changed the height, the text always remains aligned above 🙁 [Table on my site](https://studio-beethoven.it/wp/index.php/lista-spartiti-disponibili/)
   Regards. Bob
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14680434)
 * Hi,
 * bummer 🙁 I just checked again, and it looks like that this is a browser limitation
   when the `flip` mode is used. As this is modifying how the browser renders a 
   table (it deviates from the normal process), not all things, including the vertical
   alignment, can be changed 🙁 Sorry.
 * Regards,
    Tobias
 *  Thread Starter [obegu2001](https://wordpress.org/support/users/obegu2001/)
 * (@obegu2001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14681302)
 * Sigh … Thanks anyway Tobias.
 * Regards
    Bob
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14681654)
 * Hi,
 * no problem! Sorry again for not having better news here.
 * Best wishes,
    Tobias

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

The topic ‘Tablepress head align text’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/tablepress-head-align-text/#post-14681654)
 * Status: resolved