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
e*t*e*f*o*a*e*i*a.com C Jul 7, 2026
v*s*t*j*s*o*n.no (WP 7.0) F Jul 7, 2026
g*a*s*e*o*t*c*.com F Jul 7, 2026
e*i*e*u*t*m*a*e*u*n*t*r*.com (WP 7.0) D Jul 7, 2026
c*l*e*.edu (WP 7.0) D Jul 7, 2026
n*b*r*y*e*a*t*c*e*n*n*.com B Jul 7, 2026
n*b*r*y*n*u*a*c*.com B Jul 7, 2026
n*b*r*y.com B Jul 7, 2026
s*a*e*n*r*s.com (WP 7.0) C Jul 7, 2026
p*l*c*i*i*u*c*a*d*e*e.com (WP 7.0) F Jul 7, 2026
t*o*s*o*n*q*a*o*z*.fr F Jul 7, 2026
b*r*e*o*s*e*a*s.com F Jul 7, 2026
t*y*o*s*h*r*a*y.c*m.au F Jul 7, 2026
w*e*l*w*d*l*v*r.com (WP 7.0) F Jul 7, 2026
g*a*s*c*a*.com (WP 6.8.5) F Jul 7, 2026
m*t*e*-*i*d*k*r*l*n*k*o*t*e*.de (WP 7.0) F Jul 7, 2026
g*a*i*u*s*e*p*.cat F Jul 7, 2026
p*s*e*o*.eu F Jul 7, 2026
b*c*m*n*a*r*s*n*p*r*n*.com (WP 6.9.4) F Jul 7, 2026
m*g*e*o*.com D Jul 7, 2026
c*l*a*l*n*c.nl (WP 7.0) F Jul 7, 2026
c*l*r*d*c*r*e*s.com F Jul 7, 2026
c*l*r*d*a*a*t*.com F Jul 7, 2026
m*s*i*.org B Jul 7, 2026
3*i*t*i*g*.com F Jul 7, 2026
q*t.lu F Jul 7, 2026
s*n*r*y*e*a*i*r.com F Jul 7, 2026
a*i*.services A Jul 7, 2026
h*l*y*u*h*s*i*a*.c*.uk (WP 7.0) D Jul 7, 2026
b*a*o*c*p*t*l*d*i*o*s.com D Jul 7, 2026
p*m*c*s.com (WP 6.8.5) F Jul 7, 2026
s*n*r*i*e.com F Jul 7, 2026
r*m*x*c*l*e.de (WP 7.0) F Jul 7, 2026
c*r*f*r*i*e.com F Jul 7, 2026
c*l*i*s*e*e*s*.com (WP 7.0) C Jul 7, 2026
p*c*n*r*h*e*t.org (WP 7.0) F Jul 7, 2026
g*u*o*p*p.com F Jul 7, 2026
b*u*d*a*o*d*o*l*.ca F Jul 7, 2026
c*r*l*p*i*g*a*i*a*h*s*.com F Jul 7, 2026
p*l*h*a*.com (WP 7.0) F Jul 7, 2026
e*i*s*r*o.com (WP 7.0) F Jul 7, 2026
c*l*e*e*l*n*i*g*d*i*e.com (WP 7.0) F Jul 7, 2026
c*l*e*e*e*e*n*i*e.com (WP 7.0) F Jul 7, 2026
c*l*e*e*e*e.com (WP 7.0) F Jul 7, 2026
l*f*l*n*t*.com F Jul 7, 2026
b*y*o*s*b*n*.com A Jul 7, 2026
c*l*e*t*r*f*r*a*m*.com F Jul 6, 2026
l*c*y*3*i*n*s*.com B Jul 6, 2026
b*y*n*s*u*i*s.ae F Jul 6, 2026
w*r*i*.edu (WP 7.0) B Jul 6, 2026
m*w*t*r*r*n*t*a*.com F Jul 6, 2026
c*p*m*n*t*r*n*.com F Jul 6, 2026
s*l*h*a*e*.c*.uk F Jul 6, 2026
s*l*h*a*e*c*r*m*c*.com F Jul 6, 2026
c*p*e*s*o*a*e*a*a*e*e*t.com F Jul 6, 2026
3*0*v*c*t*o*r*n*a*s.com C Jul 6, 2026
g*o*w*r*s*a*e.com D Jul 6, 2026
c*p*a*o*e*p*n*d*s.com F Jul 6, 2026
m*n*c*e*.ca B Jul 6, 2026
e*p*w*r*d*g*n*.org F Jul 6, 2026
c*p*a*c*n*u*t*n*.com F Jul 6, 2026
l*c*a*h*n*.com D Jul 6, 2026
s*e*l*h*r*i*g.c*.uk F Jul 6, 2026
l*f*b*y*n*c*r*o*a*e.com (WP 6.9.4) D Jul 6, 2026
i*v*s*o*f*.c*m.au B Jul 6, 2026
c*m*a*s*a*e.info D Jul 6, 2026
p*b*i*s*f*t*e*p.com A Jul 6, 2026
t*o*a*i*a*n*w*r*h.com D Jul 6, 2026
p*b*i*i*t*r*s*t*l*c*m.com F Jul 6, 2026
l*c*i*l*s*.com F Jul 6, 2026
f*o*b*n*c*s.org F Jul 6, 2026
a*s*r*l*a*r*t*r*h*a*t*.o*g.au F Jul 6, 2026
j*s*i*e*g*r*e*.ca (WP 7.0) D Jul 6, 2026
b*f*a*o*u*f.c*m.au C Jul 6, 2026
b*l*o*t*b*e*.org F Jul 6, 2026
b*c.edu F Jul 6, 2026
b*l*o*t*b*e*c*l*e*e.edu F Jul 6, 2026
w*s*s*a*t*e*n*e*n*t.com B Jul 6, 2026
e*e*a*o*m*t*r*.com F Jul 6, 2026
b*n*l*.com F Jul 6, 2026
s*v*c*l*u*a*c*n*e*.com F Jul 6, 2026
s*i*a*o*s*l*i*g.com (WP 6.9.4) F Jul 6, 2026
t*g.agency (WP 6.7.5) B Jul 6, 2026
b*a*k*i*l*w*r*s.org F Jul 6, 2026
k*n*l*i*a*s*.de (WP 6.8.5) D Jul 6, 2026
o*m*x.mx F Jul 6, 2026
w*s*f*l*t*c*n*k.com (WP 7.0) C Jul 6, 2026
w*s*f*l*-*e*h*i*.com (WP 7.0) C Jul 6, 2026
m*s*i*a*m*t*e*h*o*.com (WP 7.0) F Jul 6, 2026
w*t*o*e*t*v*l.fr (WP 7.0) A Jul 6, 2026
p*d*3*.com (WP 6.5.8) F Jul 6, 2026
f*c*s.org F Jul 6, 2026
g*o*e*i*i*e*h.com F Jul 6, 2026
j*m*s*u*t*o*s*r*c*i*n.com F Jul 6, 2026
w*s*c*a*t*a*e*f*l*r*t*o*.com (WP 7.0) D Jul 6, 2026
j*m*s*e*i*g.com (WP 6.9.4) F Jul 6, 2026
c*m*l*o*.eu F Jul 6, 2026
j*m*s*a*t*i*s*o*.com F Jul 6, 2026
i*-*u*t*o*.net D Jul 6, 2026
a*t*s*a*t*.lv F Jul 6, 2026

Top 50 Plugins

Plugin Count
elementor 1,769,947
contact-form-7 1,751,151
elementor-pro 1,052,329
woocommerce 816,084
revslider 608,676
jetpack 454,679
js_composer 419,902
wp-rocket 342,079
essential-addons-for-elementor-lite 264,695
gravityforms 257,300
complianz-gdpr 257,186
google-site-kit 232,602
cookie-law-info 228,240
instagram-feed 224,724
sitepress-multilingual-cms 210,596
header-footer-elementor 206,656
google-analytics-for-wordpress 205,675
bluehost-wordpress-plugin 192,331
elementskit-lite 180,017
gutenberg 167,120
cookie-notice 148,816
litespeed-cache 143,825
gtranslate 124,781
wpforms-lite 123,738
the-events-calendar 122,341
astra-sites 113,144
popup-maker 109,698
woocommerce-payments 109,299
gutenberg-core 103,141
tablepress 102,135
honeypot 97,728
astra-addon 93,740
wp-smushit 90,814
duracelltomi-google-tag-manager 90,306
layerslider 89,283
all-in-one-seo-pack 89,071
bb-plugin 86,901
coblocks 86,693
akismet 84,979
premium-addons-for-elementor 84,367
cleantalk-spam-protect 82,573
ml-slider 81,991
mailchimp-for-wp 81,773
megamenu 80,196
woocommerce-gateway-stripe 79,441
jet-engine 77,892
fusion-builder 77,057
ewww-image-optimizer 76,627
wp-pagenavi 76,457
smart-slider-3 76,121

Top 50 Themes

Theme Count
hello-elementor 620,749
Divi 496,071
astra 413,940
flatsome 138,152
Avada 120,987
generatepress 114,820
oceanwp 80,309
kadence 78,841
pub 72,283
enfold 68,738
salient 65,153
twentyseventeen 54,318
bb-theme 53,400
betheme 52,414
twentytwentyfour 52,234
blocksy 50,827
cocoon-master 49,206
dt-the7 45,445
twentytwentyfive 44,937
woodmart 43,254
neve 38,122
Avada-Child-Theme 36,904
gox 36,229
h4 36,037
bridge 31,326
twentytwentyone 30,291
lightning 29,946
twentytwenty 28,762
swell 27,969
bricks 26,481
Impreza 26,076
Newspaper 24,176
twentytwentythree 22,095
epik-redesign 19,143
twentytwentytwo 18,767
uncode 18,501
pro 17,626
twentysixteen 17,602
sydney 16,502
storefront 16,314
Total 14,390
hello-theme-child-master 14,021
factory-templates-4 13,731
themify-ultra 12,948
extendable 12,765
hestia 12,582
yootheme 12,515
yith-wonder 12,108
porto 11,949
twentyfifteen 11,874