Shopify themes, liquid, logos, and UX
Hi - using the multicolumn section it is pretty easy to manipulate most items but I am having a heck of a time trying to expand the shorter card divs to the bottom of the card container div. I want to float the buttons down to be all at the bottom of the section leaving a gap within the card div between the text and the button.
I have been trying many ways to expand the child div down to fill the remaining space then need to bind the button href to the bottom of the card div. Any guidance would be greatly appreciated.
Thanks!
Brian
try this
.multicolumn-card {
display: flex;
flex-direction: column;
height: 100%;
}
.multicolumn-card .button {
margin-top: auto;
}
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025