Skip to content

Instantly share code, notes, and snippets.

@jfarsen
Created August 9, 2017 01:37
Show Gist options
  • Save jfarsen/16d08d7d3856a5d3aa151e05ab831332 to your computer and use it in GitHub Desktop.
Save jfarsen/16d08d7d3856a5d3aa151e05ab831332 to your computer and use it in GitHub Desktop.
Aligning buttons to the bottom of a row in Beaver Builder
/*
** Media Query - 768px or greater
* @url http://forum.wpbeaverbuilder.com/support/q/aligning-buttons-to-the-bottom-in-a-row-of-callout-modules/
----------------------------------------------------------- */
@media (min-width: 768px) {
.calloutrow .fl-button { /* Add 'calloutrow' class to the row */
position: absolute;
bottom: 0;
margin-bottom: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment