Cannot vertically align image in column?

Hi there!

I am trying to vertically align an image in a column. I added the class vertical-center to the column with this css:

.x-container.vertical-center {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: stretch;
}

However, that does not work?

Hi there,

Please try enabling the marginless column setting of the row then follow the suggestion in this thread:

Hope this helps.

Can you please have another look?

I amended the code to align to the bottom of the column. And that works, but only for the first row?

Hi there,

Were you able to get it sorted?

I just checked the page of your site and the images on the page are now aligned to the bottom.

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