Title: Center aligned items not centered
Last modified: November 17, 2016

---

# Center aligned items not centered

 *  Resolved [fbkadmin](https://wordpress.org/support/users/fbkadmin/)
 * (@fbkadmin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/center-aligned-items-not-centered/)
 * Hi – Love this plugin! But can you help me with something? I created a table 
   at the end of an article with 1 row, 3 columns, to feature a back, home, and 
   next button. It used to be that they aligned perfectly on the page, left, right,
   and center. But now my center is off. Here is an example of the CSS I used, as
   per instructions in this forum. And the page where the buttons are found – [http://www.fbkcpa.com/chamber-honor-fbk-june-16-meeting/](http://www.fbkcpa.com/chamber-honor-fbk-june-16-meeting/)
 * .tablepress-id-6 {
    width: 100%; margin: 0 auto 1em; }
 * .tablepress-id-6 .column-1 {
    text-align: left; }
 * .tablepress-id-6 .column-2 {
    text-align: center; }
 * .tablepress-id-6 .column-3 {
    text-align: right; }

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/center-aligned-items-not-centered/#post-8449497)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of
   TablePress:
 *     ```
       .tablepress img {
       	float: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [fbkadmin](https://wordpress.org/support/users/fbkadmin/)
 * (@fbkadmin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/center-aligned-items-not-centered/#post-8454695)
 * Worked beautifully!!! Thanks so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/center-aligned-items-not-centered/#post-8455069)
 * 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 ‘Center aligned items not centered’ 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

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/center-aligned-items-not-centered/#post-8455069)
 * Status: resolved