Vertical Align in row

Hello,

I have some trouble to vertical align content in a row. I have the following css

.vertical-align .x-column {
  vertical-align: middle !important;
}

and I assigned the class vertical-align to the row. I seems to look fine in Cornerstone but not on the site. Could you please explain me what I am doing wrong?

URL: https://unepausenergetique.fr/temoignages-shiatsu/ (pwd: france)

Thanks,
Antoine

Hello Antoine,

Thank you for the very detailed post information. Actually your custom css is working perfectly. The problem is that your quote element has a bottom padding of 2em which is already part of the element. You will need to add a top padding for your quote element as well.

If you need anything else we can help you with, please let us know.

Thank you. Stupid me :slight_smile:

No Problem!
You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.