- Status changed to RTBC
6 months ago 5:16pm 22 May 2024 - ๐บ๐ธUnited States emerham
I have been using this patch in Production for 2 years now. No complaints or issues. I added some CSS to our theme to make blocks placed in the columns have equal height when selecting the "Stretch" option. Feel free to critique it.
// Make the columns truly "stretch" when placing blocks. .align-items-stretch { &.layout-builder__layout { > div[class*=col] { display: flex; flex-direction: column; > div[class*="block-"] { display: flex; flex: 1 0 auto; flex-direction: column; > div.block__content { display: flex; flex: 1 0 auto; flex-direction: column; > div { flex: 1 0 auto; } } } } } }
- ๐บ๐ธUnited States goose2000
I am new to LB, granted. I cannot see any UI where I can align how a block would align within a section (left, right center).
Do I need the "Layout Builder Blocks" module?I saw this shown in a Vardot video - alignment of blocks inside the section.
Thanks for any pointers.
- ๐ฏ๐ดJordan Rajab Natshah Jordan
rajab natshah โ made their first commit to this issueโs fork.