Title: Column Allignment
Last modified: August 22, 2016

---

# Column Allignment

 *  Resolved [petewatterschatsworth](https://wordpress.org/support/users/petewatterschatsworth/)
 * (@petewatterschatsworth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-allignment/)
 * I want to align columns and their contents different from the defaults and I 
   looed at the documentation and notes and have not been able to figure it out.
 * for example on want the top row to be centered
 * row 2-12 of column 1 left justified, row 2-12 of column 2 centered, rows 2-12
   of column 2 right justified.
 * Where can I find out how to do this.
 * [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)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-allignment/#post-5170224)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is possible with some “Custom CSS” code, on the “Plugin Options” screen 
   of TablePress, like this:
 *     ```
       .tablepress-id-123 thead th {
         text-align: center;
       }
       .tablepress-id-123 tbody .column-1 {
         text-align: left;
       }
       .tablepress-id-123 tbody .column-2 {
         text-align: center;
       }
       .tablepress-id-123 tbody .column-3 {
         text-align: right;
       }
       ```
   
 * Just change the table ID as necessary.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column Allignment’ 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

 * [Table Press](https://wordpress.org/support/topic-tag/table-press/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/column-allignment/#post-5170224)
 * Status: resolved