Title: Title align
Last modified: August 30, 2016

---

# Title align

 *  Resolved [ceyon](https://wordpress.org/support/users/ceyon/)
 * (@ceyon)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/text-align-5/)
 * I have a one columns library and I want the document title to align in the middle
   instead of the bottom of the thumbnail. Is there any way I can do this I was 
   trying to get it to work even with 2 columns but no luck.
 * [https://wordpress.org/plugins/document-gallery/](https://wordpress.org/plugins/document-gallery/)

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

 *  Plugin Author [Dan Rossiter](https://wordpress.org/support/users/danrossiter/)
 * (@danrossiter)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/text-align-5/#post-6894383)
 * How about the following?
 *     ```
       .document-gallery .document-icon { position: relative }
       .document-gallery .document-icon .title {
           top: 50%;
           transform: translateY(-50%);
           position: absolute;
       }
       ```
   
 * -Dan
 *  Thread Starter [ceyon](https://wordpress.org/support/users/ceyon/)
 * (@ceyon)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/text-align-5/#post-6894430)
 * thanks it works with one column.

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

The topic ‘Title align’ is closed to new replies.

 * ![](https://ps.w.org/document-gallery/assets/icon.svg?rev=983329)
 * [Document Gallery](https://wordpress.org/plugins/document-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/document-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/document-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/document-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/document-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/document-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ceyon](https://wordpress.org/support/users/ceyon/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/text-align-5/#post-6894430)
 * Status: resolved