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

Plugin: equal-height-columns (Used by 3,510 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
s*n*i*u*l*e*a*i*t*l*s.com (WP 7.0.2) F Jul 30, 2026
v*t*o*i*g*o*p.c*.uk F Jul 30, 2026
s*k*m*m*.com (WP 7.0.2) F Jul 30, 2026
f*r*e*y*p*s*u*.com (WP 6.5.4) F Jul 30, 2026
t*e*o*d*n*e*c*d*m*.com B Jul 30, 2026
u*t*w*v*t*o*p*t*l.com (WP 7.0.2) F Jul 30, 2026
u*t*w*v*t.com (WP 7.0.2) F Jul 30, 2026
b*y*.c*m.pl F Jul 30, 2026
u*t*w*r*a*t*a*s*i*.com D Jul 30, 2026
c*r*e*d*e*f*o*r*a*e.com A Jul 30, 2026
h*d*o*i*g*o*.com F Jul 30, 2026
l*w*l.com (WP 5.8.13) F Jul 30, 2026
e*m*b*l*t*.com F Jul 30, 2026
l*w*o*2.com F Jul 30, 2026
c*r*l*n*r*u*e.com (WP 7.0.2) F Jul 30, 2026
w*o*r*f*e*g.com (WP 7.0.2) F Jul 30, 2026
f*r*t*e*r*u*u*e.com F Jul 30, 2026
a*g*e*t*t*o*-*a*m*i*e*n*c*.com (WP 6.2.9) F Jul 30, 2026
f*b*e*a*p*d*l*g*.cat F Jul 30, 2026
w*o*l*n*a*i*a*h*s*.com (WP 7.0.2) F Jul 30, 2026
s*l*n*b*j*w*b.com F Jul 30, 2026
h*v*.com F Jul 30, 2026
h*c*l*e*t*r*n*w*.com F Jul 30, 2026
f*r*n*i*f*i*u*e*n*l*s*s.com F Jul 30, 2026
f*r*n*i*f*i*u*e.com F Jul 30, 2026
w*o*e*d*h*r*a*y.com F Jul 30, 2026
p*i*a*e*n*e*t*g*t*r*n.com (WP 5.8.13) F Jul 30, 2026
c*r*l*n*p*l*i*h*a*t*.com (WP 7.0.2) F Jul 30, 2026
p*i*a*e*i*v*s*i*a*o*-*e*v*c*.com (WP 5.8.13) F Jul 30, 2026
p*i*a*e*i*v*s*i*a*o*-*n.com (WP 5.8.13) F Jul 30, 2026
c*r*l*n*f*n*r*i*e*s.com D Jul 30, 2026
e*e*t*h*n*l*r*o*.de F Jul 30, 2026
h*a*n*.com D Jul 30, 2026
r*m*n.space A Jul 30, 2026
w*n*v*n*.com (WP 7.0.1) F Jul 30, 2026
h*y*i*d*s*r*e*.com F Jul 30, 2026
l*v*d*s*u*i*.com B Jul 30, 2026
h*t*o*p*u*b*n*.com (WP 7.0.2) F Jul 30, 2026
p*i*m*l*s*i*s*n*.com (WP 7.0.2) C Jul 30, 2026
c*r*s*i*a.com F Jul 30, 2026
s*i*t*n*r*w*a*b*y.com F Jul 30, 2026
h*t*e*l*a*e.c*m.au F Jul 29, 2026
s*t*s*s*o*e*l*g*s.c*m.au F Jul 29, 2026
s*t*s*s*o*e*m*b*l*.c*m.au F Jul 29, 2026
s*h*o*s*e*n*c*t*d*r*b*r*.de (WP 5.5.18) F Jul 29, 2026
t*e*o*d*u*i*e*s*o*a*.com (WP 7.0.2) F Jul 29, 2026
a*b*r*d*l*v*t*.com F Jul 29, 2026
f*o*p*i*t*s*r*i*e*.com (WP 7.0) F Jul 29, 2026
w*m*n*b*a*p*o*e*t.com (WP 7.0.2) B Jul 29, 2026
w*m*n*o*k*n*b*s*n*s*.com F Jul 29, 2026
a*-*a*d*n*b*o.com F Jul 29, 2026
n*x*g*n*r*n*.com (WP 6.9.5) F Jul 29, 2026
v*t*t*f*l*n*s.com F Jul 29, 2026
c*r*e*v*t*l*n*c.com F Jul 29, 2026
e*u*a*e.n*t.au F Jul 29, 2026
d*a*u*a*c*r*t*s*r*e*i*g.com (WP 7.0.2) C Jul 29, 2026
b*n*o*a*e.rs (WP 5.9.13) F Jul 29, 2026
t*t*o*d*n*a*.c*.uk (WP 7.0.2) F Jul 29, 2026
e*i.mx (WP 6.9.5) F Jul 29, 2026
h*n*v*l*e*r*h*b.com (WP 6.9.5) F Jul 29, 2026
h*n*v*l*e*a*i*a*h*s*i*a*.com (WP 6.9.5) F Jul 29, 2026
e*r*b*.de (WP 5.9.13) F Jul 29, 2026
d*s*i*y*o*n*c*f*u*d*t*o*.org (WP 7.0.2) F Jul 29, 2026
1*0*f*t*s.com F Jul 29, 2026
m*r*m*d*l*s.com F Jul 29, 2026
d*a*e*e*.com D Jul 29, 2026
d*a*e*f*e*h*a*t*.com (WP 7.0.2) D Jul 29, 2026
l*a*e*s*i*i*s*i*n*e.academy (WP 7.0.2) F Jul 29, 2026
s*c*r*s*o*h*r*i*n.org F Jul 29, 2026
v*m*d*s*g*.com F Jul 29, 2026
p*i*c*w*l*i*m*n*m*l*o*p*t*l.com F Jul 29, 2026
h*n*a*v*n*a*e*r*u*.com F Jul 29, 2026
d*a*-*e*k*.com (WP 7.0.2) F Jul 29, 2026
c*r*i*l*v*t*r*n*r*a*.com F Jul 29, 2026
f*n*i*a.fi (WP 7.0.2) F Jul 29, 2026
v*f*o*e*u*p*e*t.com F Jul 29, 2026
s*r*d*i*y.sk (WP 4.9.29) F Jul 29, 2026
v*r*u*e*.cat F Jul 29, 2026
l*u*a*a*e*.com F Jul 29, 2026
r*n*i*d*d*e*t*r*s.com F Jul 29, 2026
e*i*a*e*h*d*v*d*m*t*e*s.net (WP 7.0.2) F Jul 29, 2026
m*o*e*a*l*w.com (WP 7.0.2) F Jul 29, 2026
m*o*e*a*l*e*o*l.com F Jul 29, 2026
t*a*l*n*e*t*k*a*a*.c*.uk F Jul 29, 2026
f*o*-*t*r*.com (WP 7.0.2) F Jul 29, 2026
i*s*s*f*w*r*.com F Jul 29, 2026
a*r*-*c.com (WP 7.0.2) F Jul 29, 2026
h*b*r*n*r*i*.pl (WP 7.0.2) F Jul 29, 2026
m*o*o*l*a*m.com F Jul 29, 2026
i*r*e*4*f*i*a.com (WP 7.0) D Jul 29, 2026
b*l*a*-*-*e*i*a.es F Jul 29, 2026
w*l*f*a*-*e*.de (WP 6.8.3) F Jul 29, 2026
c*r*d*l.com (WP 6.5.2) F Jul 29, 2026
e*j*d*b*o*.nl (WP 7.0.2) F Jul 29, 2026
s*g*n*e*e*r*h.com (WP 7.0.2) F Jul 29, 2026
f*n*o*p*b*i*o*.com (WP 7.0.2) F Jul 29, 2026
e*i*-*a*t*e*s.eu F Jul 29, 2026
s*e*l*-*u*r*s*z*a*e*i*n*v*t*o*.de F Jul 29, 2026
c*r*b*e*n*b*a*.com F Jul 29, 2026
m*s*a*o.es F Jul 29, 2026

Top 50 Plugins

Plugin Count
elementor 1,775,410
contact-form-7 1,756,861
elementor-pro 1,054,352
woocommerce 817,193
revslider 610,632
jetpack 456,984
js_composer 421,389
wp-rocket 341,558
essential-addons-for-elementor-lite 265,838
complianz-gdpr 258,645
gravityforms 257,841
google-site-kit 232,629
cookie-law-info 229,401
instagram-feed 225,599
sitepress-multilingual-cms 211,043
header-footer-elementor 207,927
google-analytics-for-wordpress 206,487
bluehost-wordpress-plugin 192,657
elementskit-lite 181,083
gutenberg 167,387
cookie-notice 149,562
litespeed-cache 143,604
gtranslate 125,468
wpforms-lite 124,570
the-events-calendar 122,730
gutenberg-core 116,889
astra-sites 113,943
popup-maker 110,116
woocommerce-payments 109,934
tablepress 102,217
honeypot 98,024
astra-addon 94,099
wp-smushit 91,277
coblocks 90,850
duracelltomi-google-tag-manager 90,570
layerslider 89,638
all-in-one-seo-pack 89,398
bb-plugin 87,215
akismet 85,242
premium-addons-for-elementor 84,670
ml-slider 83,018
cleantalk-spam-protect 82,964
mailchimp-for-wp 82,170
megamenu 80,497
woocommerce-gateway-stripe 79,809
jet-engine 77,865
fusion-builder 77,431
ewww-image-optimizer 76,647
wp-pagenavi 76,548
smart-slider-3 76,440

Top 50 Themes

Theme Count
hello-elementor 622,436
Divi 498,224
astra 415,945
flatsome 137,758
Avada 121,597
generatepress 114,990
pub 81,579
oceanwp 80,811
kadence 78,952
enfold 69,087
salient 65,425
twentyseventeen 54,452
bb-theme 53,545
betheme 52,488
twentytwentyfour 52,199
blocksy 51,064
cocoon-master 49,279
dt-the7 45,584
twentytwentyfive 44,893
woodmart 42,252
h4 40,675
neve 38,276
Avada-Child-Theme 36,980
gox 36,267
bridge 31,503
twentytwentyone 30,369
lightning 29,931
twentytwenty 28,844
swell 27,970
bricks 26,528
Impreza 26,114
Newspaper 24,256
twentytwentythree 22,161
epik-redesign 19,213
twentytwentytwo 18,861
uncode 18,616
twentysixteen 17,635
pro 17,627
sydney 16,615
storefront 16,392
Total 14,451
hello-theme-child-master 14,018
factory-templates-4 13,731
themify-ultra 12,993
extendable 12,949
hestia 12,636
yootheme 12,565
yith-wonder 12,277
porto 12,019
twentyfifteen 11,850