Title: Align row text
Last modified: August 20, 2016

---

# Align row text

 *  Resolved [jphipps](https://wordpress.org/support/users/jphipps/)
 * (@jphipps)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/align-row-text/)
 * Would like to align text in row to middle of cell. Am using this:
 * .tablepress-id-2 .row-1 {
    font-weight: bold; vertical-align:middle; }
 * Which does not seem to work…
 * Thanks.
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/align-row-text/?output_format=md) [1](https://wordpress.org/support/topic/align-row-text/?output_format=md)
2

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/align-row-text/page/2/#post-3288477)
 * Hi,
 * good to hear that this helped! 🙂
 * To add that border, please extend the CSS to
 *     ```
       .tablepress td {
         border: 1px solid #000000 !important;
       }
       ```
   
 * Then, to also center the table name, you can use
 *     ```
       .tablepress-table-name {
         text-align: center;
       }
       ```
   
 * Regards,
    Tobias
 *  [whitespider71](https://wordpress.org/support/users/whitespider71/)
 * (@whitespider71)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/align-row-text/page/2/#post-3288478)
 * Perfect again … thank you!!! 🙂
 * Regards,
    Erik
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/align-row-text/page/2/#post-3288479)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/align-row-text/?output_format=md) [1](https://wordpress.org/support/topic/align-row-text/?output_format=md)
2

The topic ‘Align row 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/)

 * 18 replies
 * 5 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/align-row-text/page/2/#post-3288479)
 * Status: resolved