Vertical-align: center

Hello,

I’d like to vertical-align:center content of a column in one section. How can I do this?

Thanks,
Antoine

1 Like

Hey Antonie,

Thank you for reaching out to us. To do this, simply enable the Marginless Columns. First go to the Row settings of your section (see screenshot)

Then enable the Marginless Columns option (see screenshot)

Then in each of the columns, add the following CSS in the Element CSS area (see screenshot)

$el {
  vertical-align: middle !important;
}

You’ll find the Element CSS field under Columns’s Customize tab (see screenshot)

Let us know how this goes!

1 Like

Thank you. The problem came the from Marginless Columns option.

You are most welcome. :slight_smile:

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