Created
November 17, 2018 00:22
-
-
Save diggeddy/dfc63525ea31cba56bbb4d07d6fb8522 to your computer and use it in GitHub Desktop.
Force same height on all pricing tables in a row and push footer to bottom
This file contains 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
.elementor-widget-price-table, .elementor-widget-price-table>div, .elementor-price-table { | |
height: 100%; | |
} | |
.elementor-price-table { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-box-orient: vertical; | |
-webkit-box-direction: normal; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
} | |
.elementor-price-table__footer { | |
margin-top: auto; | |
} |
This is just what I was looking for. Thanks so much!
You're a life saver! Thank you!
Thanks man! Really good!
Thank you!
Cheers! ;-)
Love it thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!!!!!!! What you can do, if you know it...:-)
Is it also possible that the top and bottom still the lines are visible?