Center text in a column in Ethos

I am having trouble getting the text to align center on this page https://www.leaplearn.net/how-it-works/
I used to put vertical-align: middle; in the style box but now that is a css are and I have tried a few things on both the element and the column.

Can you please help?
Thank you in advance.

Hi @tanyaLANDdurant,

Please turn off the Marginless Columns then add this inline CSS to your row:

display: flex;

After that add this element CSS to your left column:

$el {
  align-self : center;
}

Hope it helps :slight_smile:

That worked perfectly! Thank you so much for making that easy!!

You’re welcome!
We’re glad @Thai were able to help you out.

1 Like

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