Title: center image
Last modified: August 31, 2016

---

# center image

 *  Resolved [Larry](https://wordpress.org/support/users/tippy/)
 * (@tippy)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/)
 * In the first column how can I center an image using css? I tried using this that
   I found in another post but doesn’t seem to work.
 * I already had this in there:
    #content .tablepress img { max-width: none; }
 * and added this seen in another post that’s not helping.
    .tablepress img { margin:
   0 auto !important; }
 * Thanks, Larry
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099167)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [Larry](https://wordpress.org/support/users/tippy/)
 * (@tippy)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099169)
 * Can I send you an email?
 *  Thread Starter [Larry](https://wordpress.org/support/users/tippy/)
 * (@tippy)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099200)
 * I sent you an email.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099249)
 * Hi,
 * thanks for the email! To center those images, please replace
 *     ```
       #content .tablepress img {
         max-width: none;
       }
       .tablepress img {
         margin: 0 auto !important;
       }
       ```
   
 * with
 *     ```
       #content .tablepress img {
         max-width: none;
         margin: 0 auto;
         display: block;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Larry](https://wordpress.org/support/users/tippy/)
 * (@tippy)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099275)
 * Oh Yeah! That worked just fine.
 * Thank You, Larry
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099277)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘center image’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/center-image-8/#post-7099277)
 * Status: resolved