Title: Text alignment possible?
Last modified: August 21, 2016

---

# Text alignment possible?

 *  Resolved [IASwebmaster](https://wordpress.org/support/users/iaswebmaster/)
 * (@iaswebmaster)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/text-alignment-possible/)
 * Is it possible to center justify text in Tablepress column? I tried using text-
   align: center and it would not take this command.
 * Thank you!
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/text-alignment-possible/#post-4215076)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Sure, that is possible with some “Custom CSS” code, that needs to be pasted into
   the “Custom CSS” textarea on the “Plugin Options” screen of TablePress. Your 
   CSS is correct, so I’m not sure why it didn’t work. DId you try something like
 *     ```
       .tablepress-id-123 .column-2 {
         text-align: center;
       }
       ```
   
 * If that doesn’t work, could you please post a link to the page with the table?
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Text alignment possible?’ 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, 5 months ago](https://wordpress.org/support/topic/text-alignment-possible/#post-4215076)
 * Status: resolved