To align a module to the bottom of a column there are a could of settings to change, and CSS to add.
In the video below I am doing this with an example that doesn’t have any other modules in the column (sorry for the bad video quality, I will reupload it again soon). If you have other columns and modules, the “Height” change might be optional for you:
– video uploaded soon –
This is the CSS code you want to add to the column:
display: flex;
flex-flow: column;
And this is the CSS code for the module:
margin-top: auto;
justify-content: flex-end;
And don’t forget to enable the “Equalize Column Heights” setting of the row.