WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: equal-height-columns (Used by 3,499 domains)

Equal Height Columns

Compatible with PHP 8.2

Like this plugin? Please consider leaving a 5-star review.

Equal Height Columns lets you easily equalize the height of various columns and elements.

Features

  • Target unlimited elements and element groups
  • Specify simple CSS/jQuery selectors to target elements
  • Specify breakpoint to kick in only at certain screen sizes
  • Easy to use admin interface
  • Heights are equalized immediately after the page has loaded
  • Fully responsive (automatically updates on resize and orientationchange events)
  • Works on mobile devices
  • Works across all modern browsers (including IE8)
  • Comes with custom event listener to manually trigger
  • Super small – 8kB jQuery file size
  • Trigger custom ‘equalheight’ event to force resize

Instructions

  1. Navigate to Settings > Equal Height Columns in the WordPress admin.
  2. Enter a selector and breakpoint for the first column group.
  3. Add/remove column groups by clicking the “+ Add More” and “Remove” buttons.

Advanced

Want to trigger the equalizing of the heights manually? No problem. You can skip entering a selector on the settings page and call the jQuery script yourself using one of two functions:

jQuery( '.selector' ).initEqualHeights();

// Or

jQuery( '.selector' ).equalizeTheHeights();

The difference between these two functions is simply that initEqualHeights() will set up all the events for recalculating the heights when the window is resized or the global equalheights event is triggered, but equalizeTheHeights() will simply equalize the heights without involving any events.

Both functions take three optional arguments, the minimum height (number of pixels), maximum height, and the breakpoint (below which the heights will revert to their original size):

jQuery( '.selector' ).initEqualHeights( minHeight, maxHeight, breakPoint );

So an example might look like this:

jQuery( '.selector' ).initEqualHeights( 200, 500, 768 );

When entering a selector on the settings page or using the initEqualHeights() method this plugin also adds an event ‘equalheights’ to the window, allowing you to easily trigger the equalizing manually. This is useful if you have added new items to the page after it loads via AJAX. You can trigger the event like this:

jQuery( window ).trigger( 'equalheights' );

Another option for controlling which elements get equalized is the equal_height_columns_elements filter. This filter operates on the array of data that gets passed to the JS right before it is passed. This allows for developers to specify selectors that can’t be deleted from the settings page, and for programmaticly building selectors based on dynamic data. Here’s an example of how the filter can be used:

add_filter( 'equal_height_columns_elements', 'custom_ehc_elements' );
function custom_ehc_elements( $elements ) {

    $elements['element-groups']['custom'] = array(
        'selector'   => '.ehc-target', // Selector goes here.
        'breakpoint' => '768',
    );

    return $elements;
}

The keys on the element-groups array used by selectors entered on the settings page will come in as numbered indexes, so to avoid collision it’s best to use named keys for any custom selectors (we’re using ‘custom’ in the example above, but any unique string will work).

This plugin is on Github and pull requests are always welcome.

NEW: Multi rows

On version 1.2.0 we are introducing a new feature (for now, only available via JavaScript) that resolves a common issue if the row number of certain elements varies across breakpoints when the number of columns change.

For example, if we have 2 columns for tablets and 3 columns for desktops, the third element in the group would be positioned on the second row for tablets but on the first row for desktops.

Before this new feature, the equal height would be based on all the elements from the group. Now you can have “subgroups” for each row, and recalculate when the number of columns in the rows change.

To use this new feature add the function once per breakpoint:

jQuery( document ).equalHeight( selector, columns, minWidth, maxWidth );

selector: The selector of the group of elements that you want to apply the equal height.

columns: The number of columns per row on the breakpoint.

minWidth: The minimum width of the breakpoint. Use 1 for mobile.

maxWidth: The maximum width of the breakpoint. You can leave empty for the biggest breakpoint.

The following example would apply equal height for headings with the class .demo-heading in a grid that has 1 column per row on mobile, 2 columns on tablet and 3 columns on desktop:

$( document ).equalHeight( '.demo-heading', 1, 1, 767 ); // 1 columns for 1px - 767px
$( document ).equalHeight( '.demo-heading', 2, 768, 1024 ); // 2 columns for 768px - 1024px
$( document ).equalHeight( '.demo-heading', 3, 1025 ); // 3 columns for 1025px (and above)
DomainExposuresHeadersLast Checked
d*v*n*p*o*i*e*c*.org F Jul 16, 2026
s*l*i*r*f*e*d*m*u*d*o*s.com F Jul 16, 2026
r*d*j*c*n*e*t*t*r*.nl C Jul 16, 2026
y*r*s*r*e*s*u*i*s.com F Jul 16, 2026
o*a*a*e*t*n*a*d*i*.com F Jul 16, 2026
e*c*-*h*i*a*d.com (WP 6.7) F Jul 16, 2026
m*s*i*v*n*.com (WP 7.0.1) F Jul 16, 2026
a*g*l*n*m*l*a*a*e*a.com D Jul 16, 2026
t*i*i*y*e*e*i*a*y*o*p*t*l.com F Jul 16, 2026
h*r*t*g*p*t*e*.com (WP 7.0.1) F Jul 16, 2026
r*p*s*f*r*i*u*e.c*.uk (WP 7.0.1) F Jul 16, 2026
o*r*e*v*t*r*u*.com F Jul 16, 2026
w*l*e*e*u*n*.com (WP 7.0.1) F Jul 16, 2026
o*r*e*v*t*r*n*r*g*o*p.com F Jul 16, 2026
a*l*e*d*n*e*-*m*h.de (WP 6.0.12) F Jul 16, 2026
e*a*t*n*.com (WP 7.0.1) F Jul 16, 2026
l*y*l*i*n*e.org F Jul 16, 2026
d*n*e*p*u*.com (WP 5.6) F Jul 16, 2026
t*w*o*a*f*e*n*.gov F Jul 16, 2026
h*r*d*r*s*e*o*a*.com (WP 5.0.25) F Jul 16, 2026
f*i*n*s*f*o*n*m*r*a*c*m*t*r*.org (WP 7.0) D Jul 16, 2026
l*n*e*f*s*o*.io (WP 7.0.1) D Jul 16, 2026
r*s*a*r*n*-*e*e*r*z*p*r*o*.com F Jul 16, 2026
a*e*o*e*e*t*r*s.com (WP 6.9.4) F Jul 16, 2026
e*r*p.com (WP 6.9.4) F Jul 16, 2026
o*e*m*l*e*s*a*l*s*.com F Jul 16, 2026
o*e*r*a*i*.com B Jul 16, 2026
o*d*p.com F Jul 16, 2026
o*a*.org (WP 7.0.1) F Jul 16, 2026
t*i*l*-*s*.com (WP 6.9.4) F Jul 16, 2026
t*i*l*g*t.com F Jul 16, 2026
o*t*o*d*e*.com F Jul 16, 2026
e*j*y*o*h*l*e.com F Jul 16, 2026
t*i*e*t*p*o*e*s.com (WP 6.7.5) F Jul 16, 2026
e*o*u*i*n*l*c*r*c*l*o*t*a*t*r*.com F Jul 16, 2026
s*e*t*r*n*.org F Jul 16, 2026
e*c*r*s*u*i*.com B Jul 16, 2026
t*g*n*s*t*e*t*-*r*s*e*.de F Jul 16, 2026
m*y*e*a.com (WP 7.0) F Jul 16, 2026
o*k*r*e*u*d*a*s*n*.com D Jul 16, 2026
d*s*r*e*r*h*o*t*a*t*n*.com (WP 7.0.1) F Jul 16, 2026
a*d*e*s*g*a*s.com D Jul 16, 2026
a*k*v*.c*m.sg (WP 7.0.1) F Jul 16, 2026
o*k*n*e*a*t*v*.com F Jul 16, 2026
d*n*e*k*s*u*k.com (WP 6.9.4) F Jul 16, 2026
k*y*e*v*t.com F Jul 16, 2026
r*s*d*n*e*a*c*i.com F Jul 16, 2026
o*o*t*o*r*.com F Jul 16, 2026
h*n*n*e*l*y.com C Jul 16, 2026
t*w*r*y*t*o*a*z*o*.pl F Jul 16, 2026
a*d*e*a*i*s*i*i.com F Jul 16, 2026
m*y*e*k*e*.com F Jul 16, 2026
b*p*n*e*a.com (WP 7.0.1) F Jul 16, 2026
d*n*e*a*s*e*n*r.com (WP 7.0.1) F Jul 16, 2026
h*n*e*s*n*a*i*y*a*a*i*e.com (WP 7.0.1) D Jul 16, 2026
r*s*e*n*r*e*y.com (WP 7.0.1) F Jul 16, 2026
n*a*.io F Jul 16, 2026
t*e*e*i*c.com F Jul 16, 2026
t*e*a*l*t*a*e*.com F Jul 16, 2026
r*s*a*c*r*s*l*s.com D Jul 16, 2026
d*n*a*f*o*t.com (WP 7.0.1) F Jul 16, 2026
t*q*.c*m.au B Jul 16, 2026
d*r*y*e*i*a*s*r*i*e*.com A Jul 16, 2026
b*o*t*r*s*n*e.com F Jul 16, 2026
a*b*h*m*s.ca D Jul 16, 2026
n*p*n*h*i*t*r*.com (WP 7.0.1) F Jul 16, 2026
s*f*c*a.com (WP 7.0.1) F Jul 16, 2026
d*r*a*t*c*.com F Jul 15, 2026
m*x*e*u*i*y*e*v*r.com F Jul 15, 2026
n*c*e*l*z*n*.com (WP 7.0.1) F Jul 15, 2026
s*c*t*d*o.com B Jul 15, 2026
l*o*p*t*a*e.com F Jul 15, 2026
s*c*m*s*.com (WP 7.0.1) F Jul 15, 2026
r*p*s*f*r*i*u*e.com (WP 7.0.1) F Jul 15, 2026
a*d*r*o*m*q*a*d.com F Jul 15, 2026
k*s*e*-*v*.nl (WP 7.0.1) F Jul 15, 2026
e*r*k*s*m*h*n*.org D Jul 15, 2026
r*f*a*t*o*.com F Jul 15, 2026
n*v*c.com F Jul 15, 2026
r*v*e*h.net (WP 7.0.1) F Jul 15, 2026
c*m*c*o*s*a*.de (WP 7.0.1) F Jul 15, 2026
l*f*b*i*u*d*p*t*g*r.bzh (WP 6.4.3) F Jul 15, 2026
e*e*t*h*n*l*r*o*.com F Jul 15, 2026
v*c*i*n*e*.com (WP 7.0.1) F Jul 15, 2026
w*s*b*v*m*n*s*r*.org (WP 7.0.1) F Jul 15, 2026
s*c*a*n*t*m*a*t.com F Jul 15, 2026
n*s*v*.com F Jul 15, 2026
t*e*d*o*l*w*n*t*a*i*g.com (WP 7.0.1) F Jul 15, 2026
t*e*d*o*l*w*n*.com (WP 7.0.1) F Jul 15, 2026
t*e*d*o*l*w*r*.com (WP 7.0.1) F Jul 15, 2026
f*n*o*e*.c*.in (WP 6.4.8) D Jul 15, 2026
b*o*k*e*i*g*o*m.com F Jul 15, 2026
a*c*o*a*v*s*r*.com F Jul 15, 2026
a*c*o*a*v*s*r.com F Jul 15, 2026
a*c*o*a*v*s*r*.com F Jul 15, 2026
l*o*.dev (WP 7.0.1) F Jul 15, 2026
h*m*e*t*c*l*n*.de (WP 7.0.1) F Jul 15, 2026
n*r*s.com F Jul 15, 2026
s*c*a*-*n*e*t.com (WP 7.0.1) F Jul 15, 2026
s*v*t*d*v*a.mk (WP 5.9.13) F Jul 15, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,670
contact-form-7 1,752,430
elementor-pro 1,052,476
woocommerce 816,098
revslider 609,110
jetpack 455,281
js_composer 420,184
wp-rocket 341,921
essential-addons-for-elementor-lite 264,914
complianz-gdpr 257,462
gravityforms 257,435
google-site-kit 232,555
cookie-law-info 228,544
instagram-feed 224,942
sitepress-multilingual-cms 210,671
header-footer-elementor 206,836
google-analytics-for-wordpress 205,959
bluehost-wordpress-plugin 192,462
elementskit-lite 180,242
gutenberg 167,162
cookie-notice 148,974
litespeed-cache 143,534
gtranslate 124,906
wpforms-lite 123,932
the-events-calendar 122,493
astra-sites 113,329
popup-maker 109,786
woocommerce-payments 109,450
gutenberg-core 106,504
tablepress 102,169
honeypot 97,746
astra-addon 93,790
wp-smushit 90,919
duracelltomi-google-tag-manager 90,369
layerslider 89,411
all-in-one-seo-pack 89,154
coblocks 87,767
bb-plugin 87,000
akismet 85,051
premium-addons-for-elementor 84,446
ml-slider 83,072
cleantalk-spam-protect 82,690
mailchimp-for-wp 81,877
megamenu 80,262
woocommerce-gateway-stripe 79,553
jet-engine 77,858
fusion-builder 77,168
ewww-image-optimizer 76,597
wp-pagenavi 76,492
smart-slider-3 76,197

Top 50 Themes

Theme Count
hello-elementor 621,008
Divi 496,644
astra 414,290
flatsome 137,871
Avada 121,202
generatepress 115,012
oceanwp 80,398
kadence 78,936
pub 74,605
enfold 68,814
salient 65,240
twentyseventeen 54,376
bb-theme 53,465
betheme 52,425
twentytwentyfour 52,233
blocksy 50,857
cocoon-master 49,213
dt-the7 45,470
twentytwentyfive 44,929
woodmart 42,965
neve 38,166
h4 37,144
Avada-Child-Theme 36,929
gox 36,231
bridge 31,369
twentytwentyone 30,344
lightning 29,931
twentytwenty 28,789
swell 27,967
bricks 26,477
Impreza 26,084
Newspaper 24,190
twentytwentythree 22,123
epik-redesign 19,169
twentytwentytwo 18,776
uncode 18,532
pro 17,631
twentysixteen 17,610
sydney 16,563
storefront 16,339
Total 14,409
hello-theme-child-master 14,016
factory-templates-4 13,732
themify-ultra 12,964
extendable 12,794
hestia 12,599
yootheme 12,534
yith-wonder 12,153
porto 11,942
twentyfifteen 11,851