Hi Toufiq,
in the Screenshot you are centering one element.
What I want is that when I have more than one element in my column, that they are aligned with space between.
My current workaround is this custom css:
.column-space-between > .sppb-column-addons {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
But for non-experienced users, I think an option in Vertical Align for the column same as for the div would be easier to understand, don't you think?
All the best,
Kajetan