transition: all 0.5s ease; }
#county-content-expand-section.expanded {
display: inherit;
- max-height: 0;
+ max-height: unset;
overflow: inherit;
- box-shadow: 0;
+ box-shadow: none;
transition: all 0.5s ease; }
#county-content-expand-button {
<?php } ?>
</div>
</div>
-<div class="row">
- <div class="small-12 large-8 columns county-landing-page-content-container">
+<div class="row" data-equalizer>
+ <div class="small-12 large-8 columns county-landing-page-content-container" data-equalizer-watch>
<?php if ( wp_get_post_parent_id( $post ) == COUNTIES_PAGE_ID ) { ?>
<?php // if this is a county landing page, wrap content in expandable area, with member list below it ?>
<div id="county-content-expand-section">
<?php } ?>
</div>
- <div class="small-12 medium-4 columns county-landing-page-events-container">
+ <div class="small-12 medium-4 columns county-landing-page-events-container" data-equalizer-watch>
<?php
if ( !isset($GLOBALS['glmDetailSlug']) || !$GLOBALS['glmDetailSlug'] ) {
$memberRegion = false; // If not on a member detail page, return events from all regions