Title: Align Image with Text
Last modified: January 14, 2019

---

# Align Image with Text

 *  Resolved [tiger2deuce](https://wordpress.org/support/users/tiger2deuce/)
 * (@tiger2deuce)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/align-image-with-text/)
 * Hi Tobias,
 * I am trying to create a table like this [https://www.cbssports.com/college-basketball/teams/](https://www.cbssports.com/college-basketball/teams/)
   or this [http://www.espn.com/mens-college-basketball/teams](http://www.espn.com/mens-college-basketball/teams).
 * When trying to match the CBS table, if I try to enter the team image and team
   name in the same cell, they do not line up. The image is higher than the text.
 * When trying to match the ESPN table, if I try to put the image and text in separate
   cells, I try to use #rowspan# for the image, but the image does not move.
 * Is there a way to line up an image and text in the same cell? Or does the image
   need to be in a different cell than the text? If you could help me out I would
   appreciate it!
 * Thanks,
    Kris
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-image-with-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/align-image-with-text/#post-11090774)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * To achieve that, please add this to the “Custom CSS” textarea on the “Plugin 
   Options” screen of TablePress:
 *     ```
       .tablepress-id-Teams img {
           display: inline;
           vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [tiger2deuce](https://wordpress.org/support/users/tiger2deuce/)
 * (@tiger2deuce)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/align-image-with-text/#post-11091703)
 * Worked perfectly! Thanks so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/align-image-with-text/#post-11091963)
 * 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/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘Align Image with Text’ 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

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [text](https://wordpress.org/support/topic-tag/text/)

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