Skip to content

Instantly share code, notes, and snippets.

@TwisterMc
Created April 13, 2018 19:03
Show Gist options
  • Save TwisterMc/03fc26f12d8e65e101a9654662ac382a to your computer and use it in GitHub Desktop.
Save TwisterMc/03fc26f12d8e65e101a9654662ac382a to your computer and use it in GitHub Desktop.
Align Beaver Builder Module: Call to Action
/* ---------------------------------------------------------------------
Module: Call to Action
Requirement: You must have equal column heights.
Requirement: Button layout must be stacked.
------------------------------------------------------------------------ */
.fl-module-cta {
display: flex;
height: 100%;
}
.fl-module-cta .fl-module-content {
width: 100%; /* fixes IE11 */
}
.fl-cta-wrap {
display: flex;
flex-direction: column;
height: 100%;
}
.fl-cta-text {
flex-grow: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment