• 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 : https://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)
  • 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

    (@gregoryfrench77)

    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

    (@gregoryfrench77)

    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.