Align Text in column (next to Image in separate Column) to bottom

Hi APEX

I want to align the text in a column (next to an image which is left in separate column) to the bottom. I tried with vertical-align: bottom; but nothing happens.

I tried with vertical-align: bottom;

or

.infotext {
display: flex;
flex-flow: row wrap;
align-items: flex-end;
align-content: flex-end;
}

but nothing happens…

Can you help me?

Here you can see the page with the problem

Thanks, Patric

Hi, I could solve the problem. I set the CSS Code in the items instead one above – in the container… So everything is okay!
Thanks anyway.

Gla to hear that. :slight_smile:

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