As a follow up to this post since it’s closed, I checked and for some reason the learn more buttons are aligned on the left on my iphone. Any reason why that would be? I’m using the code from the post below to do the flex to make the columns the same height with buttons aligned when on desktop.
Previous post is here: https://theme.co/apex/forum/t/buttons-align-at-bottom-of-column/24292/15
.flex-me .x-container.max {
display: flex;
flex-wrap: wrap;
}
.flex-me .x-column {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
}
.flex-me .x-column .x-btn {
margin-top: auto;
}
.flex-me .x-column .x-btn {
position:absolute;
bottom:0;
}
.flex-me .x-column {
padding-bottom: 30px !important;
}