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

Plugin: equal-height-columns (Used by 3,501 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
l*g*c*g*o*p*l*r*d*.com (WP 7.0) D Jul 3, 2026
l*g*c*f*b*r*p*i*s.com F Jul 3, 2026
v*k*u*l*o*a*v*l*t.fi D Jul 3, 2026
c*m*u*i*y*e*v*c*f*r*c*o*l.com F Jul 3, 2026
p*o*i*p*t*e*.com F Jul 3, 2026
p*o*i*b*i*k.com (WP 7.0) D Jul 3, 2026
t*i*k*a*.c*m.au B Jul 3, 2026
c*c*i*o*r*c*i*.com D Jul 3, 2026
p*o*u*t*s*o*t*r.com F Jul 3, 2026
p*o*u*t*s*e*a*a*o.com F Jul 3, 2026
s*n*y*r*e*f*r*.com F Jul 3, 2026
z*m*d*a.de (WP 6.8.5) F Jul 3, 2026
p*o*u*t*a*a*e*e*t*r*i*i*g.com F Jul 3, 2026
r*s*e*g*o*p.nl (WP 7.0) F Jul 3, 2026
e*s*b*y*e*s.com F Jul 3, 2026
g*t*o*k*.com F Jul 3, 2026
b*y*r*a*e*h*s*i*a*s.com F Jul 3, 2026
v*s*v*t*.com F Jul 3, 2026
a*e*c*b*z*r*k*r*.com (WP 7.0) F Jul 3, 2026
i*c*u*a.com F Jul 3, 2026
g*t*o*l*c*a*l*n*e.com (WP 6.5.8) F Jul 3, 2026
c*u*-*n*e*a*d.com F Jul 3, 2026
a*l*i*d*v*t.com F Jul 3, 2026
c*e*t*2.be A Jul 3, 2026
i*d*a*t*a*l*e*.com (WP 7.0) F Jul 3, 2026
c*t*r*m*r*e*i*g*e*t*a*.com (WP 7.0) F Jul 3, 2026
g*t*e*e*y.com F Jul 3, 2026
e*x*f.com F Jul 3, 2026
s*e*i*l*v*n*s.ca D Jul 3, 2026
i*d*a*p*a*s*e*.com F Jul 3, 2026
i*d*a*o*a*o*t*n*a*k*e.com F Jul 3, 2026
i*d*a*o*a*a*e*r*e*h.com F Jul 3, 2026
x*-*f*r*n*s*s*a*k*w*b.de (WP 7.0) F Jul 3, 2026
g*l*a*s*l*c*o*e*.com (WP 7.0) F Jul 3, 2026
b*u*-*a*n*r.com (WP 7.0) F Jul 3, 2026
m*l*h*h*r*e*l*n*c.org F Jul 3, 2026
g*a*d*u*r*y.fr F Jul 3, 2026
s*a*t*e*k*-*r*t*e*.de (WP 5.9.13) A Jul 3, 2026
c*m*e*c*a*a*a*e*y.com F Jul 3, 2026
e*p*o*e*t*o*.com (WP 6.8.5) F Jul 3, 2026
t*a*c*a*t*e*r*e*k.com (WP 7.0) F Jul 3, 2026
t*a*l*n*c*a*t*e*r*e*k.com (WP 7.0) F Jul 3, 2026
c*m*e*c*b*i*z.com F Jul 3, 2026
f*v*r*s*a*r*n*.c*.uk F Jul 3, 2026
p*n*i*g*o*a*i*a*h*s*i*a*.com F Jul 3, 2026
g*s*i*g*l*c*r*c*l.com F Jul 3, 2026
c*r*n*h*a*t*a*i*a*h*s*i*a*.com F Jul 3, 2026
g*l*a*i*v*t*o*p*t*l.com (WP 7.0) F Jul 3, 2026
m*r*e*s*d*w*a.g*v.uk (WP 7.0) F Jul 3, 2026
b*t*e*y*f*e*-*y*e*o*e*n.com (WP 6.9.4) F Jul 3, 2026
c*m*c*o*s*a*.com (WP 7.0) F Jul 3, 2026
i*d*p*n*e*t*s*r*i*e.com (WP 7.0) D Jul 3, 2026
c*r*i*i*b*y*l*a*.com (WP 7.0) F Jul 3, 2026
p*l*e*r*g*o*p.com D Jul 3, 2026
c*m*c*o*-*a*r.com (WP 7.0) F Jul 3, 2026
l*c*a*i*t*i*u*i*n.com D Jul 3, 2026
m*r*a*h*l*n*t*o*a*.com (WP 7.0) F Jul 3, 2026
w*b*k*t*e*s*c*d*m*.in A Jul 3, 2026
p*n*d*s*a*a.com F Jul 3, 2026
p*n*v*t.com (WP 7.0) F Jul 3, 2026
g*a*r*c*g*d*d*l*c*e.es F Jul 3, 2026
m*r*h*b*s*n*s*n*c.com (WP 7.0) F Jul 3, 2026
p*n*l*t*n*e*e*i*a*y*l*n*c.com (WP 7.0) F Jul 3, 2026
s*p*r*a*o*l.com D Jul 3, 2026
p*n*a*t*y*t*m*.com F Jul 3, 2026
l*-*t*u*r*e*a*u*g.de F Jul 3, 2026
e*l*b*i*-*e*h*a*h*s*a*k*.de (WP 7.0) F Jul 3, 2026
s*n*o*p*r*s.com F Jul 3, 2026
c*m*r*i*l*a*a*j*.com F Jul 3, 2026
b*h*n*t*e*l*e.org F Jul 3, 2026
a*a*n*t*c*.com F Jul 3, 2026
c*r*a*d*c*s*o*d.com F Jul 3, 2026
d*n*m*t*f*n*r*i*e*s.com D Jul 3, 2026
y*u*h*c*n*m*.eu (WP 7.0) F Jul 3, 2026
m*o*o*m*u*o*.com F Jul 3, 2026
m*i*i*-*a*n*q*a*p*r*o*.fr (WP 6.8.2) F Jul 3, 2026
f*n*a*i*n*a*b*r*c*.org (WP 6.4.8) F Jul 3, 2026
c*m*.com D Jul 3, 2026
l*a*d*d*n*e*q*o*s.com F Jul 3, 2026
s*n*e*t.com C Jul 3, 2026
m*c*e*t*.c*.uk F Jul 3, 2026
c*o*e*i*c*a*h.com F Jul 3, 2026
t*w*p*y*h*l*g*.ca A Jul 3, 2026
a*m*d*t*l*g*c*.com (WP 6.1.1) F Jul 3, 2026
c*i*i*h*f*.com (WP 6.9.4) F Jul 3, 2026
d*e*a*i*a*c*i*i*.com F Jul 3, 2026
o*t*m*-*h.no (WP 7.0) F Jul 2, 2026
s*a*t*i*e.net B Jul 2, 2026
a*r*m*e*i*i*e.ca F Jul 2, 2026
s*n*u*y*n*i*u*s.com (WP 6.9.4) F Jul 2, 2026
g*t*r*c*s*q*d.com B Jul 2, 2026
g*t*r*c*s*b*i*b*n*.com B Jul 2, 2026
s*u*r*s*o*t*i*h*n*.com F Jul 2, 2026
g*e*p*r*i*e.com (WP 6.9.4) D Jul 2, 2026
b*s*n*s*v*l*e.com B Jul 2, 2026
j*u*d*o*c*.nl F Jul 2, 2026
s*a*i*g*d*i*s.nl (WP 7.0) F Jul 2, 2026
v*n*o*t*n*w*t*h*s.com (WP 7.0) F Jul 2, 2026
v*n*o*t*n*w*t*h.com (WP 7.0) F Jul 2, 2026
v*n*o*t*n*u*r*n.com (WP 7.0) F Jul 2, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,342
contact-form-7 1,750,915
elementor-pro 1,052,644
woocommerce 816,483
revslider 608,510
jetpack 454,420
js_composer 419,725
wp-rocket 342,266
essential-addons-for-elementor-lite 264,611
gravityforms 257,031
complianz-gdpr 257,016
google-site-kit 232,607
cookie-law-info 228,155
instagram-feed 224,607
sitepress-multilingual-cms 210,587
header-footer-elementor 206,506
google-analytics-for-wordpress 205,459
bluehost-wordpress-plugin 192,302
elementskit-lite 179,973
gutenberg 167,201
cookie-notice 148,778
litespeed-cache 144,156
gtranslate 124,739
wpforms-lite 123,682
the-events-calendar 122,284
astra-sites 113,047
popup-maker 109,572
woocommerce-payments 109,182
gutenberg-core 103,126
tablepress 102,385
honeypot 97,718
astra-addon 93,722
wp-smushit 90,758
duracelltomi-google-tag-manager 90,301
layerslider 89,210
all-in-one-seo-pack 89,010
bb-plugin 86,794
coblocks 86,593
akismet 84,953
premium-addons-for-elementor 84,325
cleantalk-spam-protect 82,484
ml-slider 82,220
mailchimp-for-wp 81,704
megamenu 80,173
woocommerce-gateway-stripe 79,380
jet-engine 78,032
fusion-builder 77,009
ewww-image-optimizer 76,700
wp-pagenavi 76,449
smart-slider-3 76,095

Top 50 Themes

Theme Count
hello-elementor 620,730
Divi 495,621
astra 413,779
flatsome 138,511
Avada 120,930
generatepress 114,754
oceanwp 80,295
kadence 78,796
pub 72,272
enfold 68,702
salient 65,121
twentyseventeen 54,278
bb-theme 53,318
betheme 52,418
twentytwentyfour 52,156
blocksy 50,809
cocoon-master 49,207
dt-the7 45,418
twentytwentyfive 44,964
woodmart 43,625
neve 38,090
Avada-Child-Theme 36,893
gox 36,252
h4 36,037
bridge 31,289
twentytwentyone 30,266
lightning 29,956
twentytwenty 28,736
swell 27,987
bricks 26,481
Impreza 26,080
Newspaper 24,196
twentytwentythree 22,096
epik-redesign 19,111
twentytwentytwo 18,764
uncode 18,484
pro 17,626
twentysixteen 17,600
sydney 16,483
storefront 16,300
Total 14,372
hello-theme-child-master 14,018
factory-templates-4 13,729
themify-ultra 12,943
extendable 12,726
hestia 12,588
yootheme 12,493
yith-wonder 12,085
porto 11,938
twentyfifteen 11,857