Created
August 9, 2017 01:37
-
-
Save jfarsen/16d08d7d3856a5d3aa151e05ab831332 to your computer and use it in GitHub Desktop.
Aligning buttons to the bottom of a row in Beaver Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
** 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