Site logo

Archived topic

Align the buttons

31 replies · Started by Christiano on September 28, 2022

Viewing posts 31–32 of 32

Yeah that will work so your code would look like this:


.wp-block-post-template.is-flex-container li {
    display: flex;
    flex-direction: column;
}
.wp-block-post-template.is-flex-container li :last-child {
    margin-top: auto;
}
.gb-container-eaa30a35 .wp-block-query ul.wp-block-post-template {
    row-gap: 50px;
}

👍🏼👍🏼👍🏼

This archived topic is closed to new replies.