Title: Format the table
Last modified: February 4, 2019

---

# Format the table

 *  Resolved [atomix66](https://wordpress.org/support/users/atomix66/)
 * (@atomix66)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/format-the-table/)
 * In my 3-column table (Example: Table ID 2), I’d like the first column to be left
   aligned, and the second and third right.
    Which code do I have to enter in the
   Custom CSS? Sorry, I have not worked with CSS for a long time.
 * Thanks for your help
    Alex
    -  This topic was modified 7 years, 5 months ago by [atomix66](https://wordpress.org/support/users/atomix66/).

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/format-the-table/#post-11166449)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The quickest solution to that should be to use
 *     ```
       .tablepress-id-2 .column-2,
       .tablepress-id-2 .column-3 {
         text-align: center;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [atomix66](https://wordpress.org/support/users/atomix66/)
 * (@atomix66)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/format-the-table/#post-11167366)
 * Thank you
 * Regards,
    Alex
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/format-the-table/#post-11167563)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘Format the table’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/format-the-table/#post-11167563)
 * Status: resolved