Title: vertical align image thumbnails
Last modified: March 26, 2017

---

# vertical align image thumbnails

 *  Resolved [wpfiend](https://wordpress.org/support/users/wpfiend/)
 * (@wpfiend)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/vertical-align-image-thumbnails/)
 * Hello.
 * How would I vertically align the thumbnails so that the text-title is aligned
   with the middle of the thumbnail to the left…??
 * Currently, the title-text is at very top for each thumbnail-row and since I am
   displaying ONLY the title (and not the excerpt nor the date, etc.) there are 
   gaps.
 * Here is a screenshot: [http://imgur.com/P9zw9eG](http://imgur.com/P9zw9eG) (sorry
   about the crude markups)
 * Thanks in advance.

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

 *  Plugin Contributor [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * (@hinjiriyo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/vertical-align-image-thumbnails/#post-8958052)
 * You can achieve that with CSS:
 *     ```
       .upl-list ul li {
         display: flex;
         align-items: center;
       }
       ```
   
 * You can use a Custom CSS plugin to enter the CSS code.
 *  Thread Starter [wpfiend](https://wordpress.org/support/users/wpfiend/)
 * (@wpfiend)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/vertical-align-image-thumbnails/#post-8958164)
 * Thanks a million Martin.
 * That worked perfectly.
 * All the best.

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

The topic ‘vertical align image thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-post-list/assets/icon-256x256.png?rev=2478520)
 * [Ultimate Post List](https://wordpress.org/plugins/ultimate-post-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-post-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-post-list/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-post-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-post-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-post-list/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpfiend](https://wordpress.org/support/users/wpfiend/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/vertical-align-image-thumbnails/#post-8958164)
 * Status: resolved