Title: Center Image
Last modified: August 21, 2016

---

# Center Image

 *  Resolved [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/)
 * Hi Tobias:
 * I need to center an image in a specific row of a specific table. Please advise
   what the css code would be, thanks!
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/#post-4653367)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you please post a link to the page with the table where you want to do this,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/#post-4653374)
 * The site isn’t live yet:
 * [http://precision.abihosting.co/wiring-diagrams/](http://precision.abihosting.co/wiring-diagrams/)
 * It’s the first row. I’d like that image to be in centered. I did remove the class
   code too but still no luck. I tried this:
 * .tablepress-id-72 .row-1 {
    text-align: center; vertical-align: middle; }
 * But alas, I need your expertise!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/#post-4653380)
 * Hi,
 * thanks for the link. You’ll need to apply this CSS properties on the table cell(`
   <td>`):
 *     ```
       .tablepress-id-72 .row-1 td {
         text-align: center;
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/#post-4653382)
 * Thx Tobias!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/center-image-5/#post-4653385)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 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/)

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