Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created August 3, 2023 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathaningram/10325a0e8d5ded2af39868962ad4921b to your computer and use it in GitHub Desktop.
Save nathaningram/10325a0e8d5ded2af39868962ad4921b to your computer and use it in GitHub Desktop.
Align Buttons to Bottom of Post Grid in Kadence
/* looped archive pages align elements */
.custom-archive-loop-item {display: flex; flex-direction: column; background-color:#fff;}
.custom-archive-loop-item .kb-row-layout-wrap {flex: 1; display: flex; flex-direction: column;}
.custom-archive-loop-item .wp-block-kadence-accordion, .custom-archive-loop-item .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