Title: Left Align Table
Last modified: August 20, 2016

---

# Left Align Table

 *  Resolved [eonelson](https://wordpress.org/support/users/eonelson/)
 * (@eonelson)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/left-align-table/)
 * I found the info on centering a table. When I put in css for left align, I wasn’t
   quite sure where to put it – on the css for the individual table or the css under
   Plugin options. Either place, it didn’t work so I must not have unchecked something?
   I want all of the information to align left on the page.
 * Thanks
 * [http://nisa.cals.wisc.edu/who-is-nisa/](http://nisa.cals.wisc.edu/who-is-nisa/)
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/left-align-table/#post-3490585)
 * Hi,
 * thanks for your question.
 * First of all: There’s no CSS field for an individual table! All CSS code has 
   to go into the common “Custom CSS” textarea on the “Plugin Options” screen, which
   holds the CSS for all tables.
 * Now, the tables on your page are centered, as your theme also contains CSS code
   that influences tables. To align them all to the left, please add this to the“
   Custom CSS” textarea:
 *     ```
       #content .tablepress {
           margin: 0 0 1em;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

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

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/left-align-table/#post-3490585)
 * Status: resolved