Skip to content

Instantly share code, notes, and snippets.

@diggeddy
diggeddy / Elementor Price Table Align Height
Created November 17, 2018 00:22
Force same height on all pricing tables in a row and push footer to bottom
.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;