Hello,
I'm stuck on this one without having to use a Javascript hack. Basically, I have three columns using flexbox and want to align buttons across the bottom. Typically, I just position the button with absolute positioning and then use padding to make up for the height. The problem I'm running into is having a button AND extra footnote for some of the elements. Since the footnote copy is variable in height, I can't seem to create the foolproof solution.
Here's an example:
https://codepen.io/anon/pen/qJjPpw
This sample is achieving what I want, but I have to explicitly set the position for each box. I just want the buttons to line up and have the extra copy still be on the bottom.
Any advice? Thanks!