Vertical alignment 1

Hello I have tried getting vertical align to work but alas cannot do it. I want my items in my row to be vertically aligned with each other…

Hi There @Oasis

Thanks for writing in! I have added the following CSS rule into your Row -> Customize -> Element CSS area.

$el {
    height: 50vh;
    display: flex;
    align-items: center;
}

Follow that example and implement accordingly.

Thanks!

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