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
