align buttons to the bottom of row
-
Hi, what is the right way to align buttons to the bottom of the row.
I am using Gutentor container block, with 3 columns inside.
Each column has Heading, paragraph and button.
I want the buttons to be aligned to the bottom of the row.I don’t know what I’m doing wrong.
The code I’ve been trying:
.grid-container.wp-block-column { display: flex; flex-direction: column; justify-content: space-between; } .wp-block-column .item-button { flex-grow: 1; display: flex; justify-content: left; align-items: flex-end; margin-top: 20px; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘align buttons to the bottom of row’ is closed to new replies.