Title: Three Issues with Table Press
Last modified: August 21, 2016

---

# Three Issues with Table Press

 *  Resolved [bjamin82](https://wordpress.org/support/users/bjamin82/)
 * (@bjamin82)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/three-issues-with-table-press/)
 * Hello,
 * Need some help with the following table… [http://www.flaswim.com/swim-team/swim-meets/hosted](http://www.flaswim.com/swim-team/swim-meets/hosted)
 * I would like all the text Aligned Center and in the middle of the boxes as well
   all the grid lines to be displayed.
 * Help.
 * 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)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/three-issues-with-table-press/#post-4737466)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This should be possible by adding this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .tablepress-id-1 thead th,
       .tablepress-id-1 tbody td {
         border: 1px solid #dddddd;
         text-align: center;
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Three Issues with Table Press’ 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: [12 years, 2 months ago](https://wordpress.org/support/topic/three-issues-with-table-press/#post-4737466)
 * Status: resolved