Skip to content

Instantly share code, notes, and snippets.

@gmmedia
Created June 23, 2023 13:51
Show Gist options
  • Save gmmedia/5dda6153ed9cb57d92674739b5cc3215 to your computer and use it in GitHub Desktop.
Save gmmedia/5dda6153ed9cb57d92674739b5cc3215 to your computer and use it in GitHub Desktop.
Kadence Blocks Row Layout - Make CTA buttons correctly aligned on the bottom of each content box container despite each box having different lengths of text
/* https://startblogging101.com/kadence-blocks-content-boxes/ */
selector .wp-block-kadence-column .kt-inside-inner-col {
display: flex;
flex-direction: column;
flex: 1;
}
selector .wp-block-kadence-column .kt-inside-inner-col .wp-block-kadence-advancedbtn {
margin-top: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment