May 4, 2020
Bottom Aligned Buttons On Columns
Author:
David Waumsley
Description:
I stumbled upon a way to align buttons (or any module) to the bottom of equal height Beaver Builder columns.
Kind:
CSS, Beaver
CSS:
.equal-height-buttons
{
align-content: flex-end;
flex: 1 1 0;
display: grid;
}