Title: Text-middle
Last modified: August 30, 2016

---

# Text-middle

 *  [gregoryfrench77](https://wordpress.org/support/users/gregoryfrench77/)
 * (@gregoryfrench77)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-middle/)
 * Hi everyone,
    I’m a webmarketer, not a developer and I began a job where I have
   to manage the WordPress website which has already been designed.
 * Until now, I was able to change everything that I wanted, even in the coding
   
   But I’m stuck now with a very simple thing :
 * align my text vertically in the middle of my rows on this page : [http://dev.teamup.co/our-story/](http://dev.teamup.co/our-story/)
 * It’s not a new topic. I’ve found many solutions on the web and no one worked 
   for me.
 * Could you please help me ?
    Thank you a lot. Greg

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

 *  [Drew Westcott](https://wordpress.org/support/users/drewwestcott/)
 * (@drewwestcott)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-middle/#post-6575385)
 * Hi Greg,
 * You could try applying very specific CSS to that pageID only. See if this will
   work?
 *     ```
       .page-id-1880 .col-md-8 > p {
         display: table-cell;
         height: 290px;
         vertical-align: middle;
       }
       ```
   
 * Let me know how you get on?
    Drew
 *  Thread Starter [gregoryfrench77](https://wordpress.org/support/users/gregoryfrench77/)
 * (@gregoryfrench77)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-middle/#post-6575386)
 * Drew, it worked !!!
    how I can thank you ? Maybe if you come one day at Chiang
   Mai, I’ll invite you to a good restaurant ?
 *  Thread Starter [gregoryfrench77](https://wordpress.org/support/users/gregoryfrench77/)
 * (@gregoryfrench77)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-middle/#post-6575387)
 * I took off the > in the code. Otherwise, it didn’t work. Was it important by 
   the way ? 😉

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

The topic ‘Text-middle’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [gregoryfrench77](https://wordpress.org/support/users/gregoryfrench77/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/text-middle/#post-6575387)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
