Title: Vertical Align
Last modified: August 21, 2016

---

# Vertical Align

 *  Resolved [sansibario](https://wordpress.org/support/users/sansibario/)
 * (@sansibario)
 * [13 years ago](https://wordpress.org/support/topic/vertical-align-1/)
 * Hi,
 * how can I vertically align the text of a single column to the bottom?
 * Thank you in advance for any help you can provide.
 * [http://wordpress.org/extend/plugins/column-matic/](http://wordpress.org/extend/plugins/column-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years ago](https://wordpress.org/support/topic/vertical-align-1/#post-3821155)
 * Normally, it would be done like so:
    **HTML**
 *     ```
       <div class="box">
          <div class="content">
              content goes here
          </div>
       </div>
       ​​​​​​​​​​​​​​​​​​​​​
       ```
   
 * **CSS**
 *     ```
       .box {
           border: 1px red solid;
           height: 100px;
           position: relative;
       }
   
       .content {
           position: absolute;
           bottom: 0;
           right: 0;
       }
       ```
   
 * Do you think you can figure out the rest from here?
 *  Thread Starter [sansibario](https://wordpress.org/support/users/sansibario/)
 * (@sansibario)
 * [13 years ago](https://wordpress.org/support/topic/vertical-align-1/#post-3821174)
 * Thank you for the quick reply. I checked this out and indeed the text is at the
   bottom, but this “position: absolute;” causes a conflict with wordpress. None
   of the page elements are were they belong. All pages will be affected, also pages
   that do not use Column-Matic
    Any idea? Kind regards
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/vertical-align-1/#post-3821249)
 * Yes, use a different class name than “content”. The class name content is most
   likely already in use by your theme.

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

The topic ‘Vertical Align’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/column-matic_636363.svg)
 * [Column-Matic](https://wordpress.org/plugins/column-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/column-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-matic/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/vertical-align-1/#post-3821249)
 * Status: resolved