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

Plugin: equal-height-columns (Used by 3,511 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
f*k*k*a.com (WP 6.9.4) F Jul 22, 2026
f*a*o*e*s*c*.com F Jul 22, 2026
f*a*n*.com F Jul 22, 2026
s*o*t*e*l*t.org C Jul 22, 2026
a*m*g*b*d*.com (WP 7.0.2) F Jul 22, 2026
s*t*o*l*n*.nl (WP 7.0.2) D Jul 22, 2026
h*t*l*d*p*r*-*e*r*s.com (WP 6.9.4) F Jul 22, 2026
r*h*.com F Jul 22, 2026
s*a*z*e*f*r*i*g*r*s*c*d*m*.com B Jul 22, 2026
m*a*i*e*m*d*a*e*t*v*l.com F Jul 22, 2026
i*i*e*c.com F Jul 22, 2026
t*a*e*s*d.it (WP 6.9.1) F Jul 22, 2026
s*a*v*d*o*k*a*i*a.com C Jul 22, 2026
a*k*a*c*a*a*e*y.com B Jul 22, 2026
a*k*n*a*c*r*u*a*t*.com B Jul 22, 2026
w*c*-*r*u*.com F Jul 22, 2026
n*t*.org (WP 7.0.2) F Jul 22, 2026
l*m*c*r*l*g*t.com (WP 7.0.2) F Jul 22, 2026
g*u*b*r*m*t*r*y*l*c*u*.c*m.au F Jul 22, 2026
m*r*u*d.com F Jul 22, 2026
d*s*o*e*e*s*f*l*s.org (WP 7.0.2) F Jul 22, 2026
n*.net B Jul 22, 2026
i*o*y*r*d*l*o*s*o*.com F Jul 22, 2026
a*i*o*a*y*c*n*u*t*n*s.com (WP 7.0.2) F Jul 22, 2026
b*s*n*s*s*c*e*s*e*.com F Jul 22, 2026
r*d*o*t*e*.com F Jul 22, 2026
h*s*e*o*.com F Jul 22, 2026
r*v*r*a*l*.org F Jul 22, 2026
r*v*r*e*w*r*.org F Jul 22, 2026
h*s*i*e*a*s.com D Jul 22, 2026
h*s*i*e*c*t*.com D Jul 22, 2026
s*p.cat F Jul 22, 2026
a*z*a*.fr F Jul 22, 2026
s*g*a*.com (WP 7.0.2) B Jul 22, 2026
f*a*c*u*i*e*s*t*s.fr (WP 7.0) A Jul 22, 2026
b*s*n*s*d*t*o*l*n*.com F Jul 22, 2026
s*a*r*a*t*m*.com F Jul 22, 2026
f*r*a*d*a*g*o*p.com (WP 7.0.2) D Jul 22, 2026
s*e*t*o*e*t*f*o*i*t.c*m.au B Jul 22, 2026
m*c*u*.com (WP 7.0.2) F Jul 22, 2026
g*o.si (WP 6.9.5) B Jul 22, 2026
m*c*o*n*c*i*g.com (WP 7.0.2) F Jul 22, 2026
u*t*m*t*i*p*e*o.com B Jul 22, 2026
v*r*e*g*o*a*.com B Jul 22, 2026
s*a*l*n*w*r*l*s*.com B Jul 22, 2026
v*r*u*s*o*l*n*.com (WP 7.0.2) F Jul 22, 2026
s*a*l*o*s*u*i*s.com (WP 7.0.2) B Jul 22, 2026
i*o*r*d*e.com F Jul 22, 2026
u*t*m*t*4*h*u*a*t*o*.com B Jul 22, 2026
s*g*a*u*e*o*l*c*i*n*e*l*y.com D Jul 22, 2026
r*m*s*a*e.net F Jul 22, 2026
s*r*t*h*i*.net F Jul 22, 2026
a*o*e*e*t*r*a*s.org F Jul 22, 2026
f*r*a*s.com (WP 6.9.5) F Jul 22, 2026
u*o*d*e*u*p*l*.com F Jul 22, 2026
d*g*t*l*a*k*t*n*i*t*e*o*e.com F Jul 22, 2026
l*p*n*d*s.com F Jul 22, 2026
v*s*b*e*k*a*n*.org (WP 7.0.2) F Jul 22, 2026
m*h*a*t*c*n*e*.c*m.pk (WP 7.0.2) C Jul 22, 2026
c*e*a*i*r*e*h*o*o*i*s.com (WP 6.9) F Jul 22, 2026
c*e*a*i*r*e*h.com (WP 6.9) F Jul 22, 2026
h*r*h*y*n*m*l*r.com F Jul 22, 2026
o*e*f*f*y.c*.nz (WP 5.5.18) F Jul 22, 2026
o*a*.net (WP 7.0.2) F Jul 22, 2026
f*a*e*r*i*c*n*s*t*a*d*n*.be (WP 6.8.3) F Jul 22, 2026
v*l*s*o*p*n*.com F Jul 22, 2026
v*l*m*l*.com F Jul 22, 2026
v*l*c*u*t*y*i*l*g*.com F Jul 22, 2026
g*k*a*t*n*1.com D Jul 22, 2026
g*k*a*t*n*1.nl D Jul 22, 2026
b*r*o*g*s*l*j*h.com (WP 6.9.5) D Jul 22, 2026
u*o*a*t*c*2*.com (WP 7.0.2) B Jul 22, 2026
a*l*o*s*a*a.se F Jul 22, 2026
p*s*i*e*c*r*a*s*n*e.fr D Jul 22, 2026
h*m*a*g*o*p.com F Jul 22, 2026
t*n*l*u*.cat F Jul 22, 2026
y*p.org F Jul 22, 2026
v*l*r*a.com F Jul 22, 2026
c*e*y*d*d*e*l.com F Jul 22, 2026
s*a*t*o*y*o*e*a.com F Jul 22, 2026
s*a*t*o*y*o*n*r.com F Jul 22, 2026
s*n*h*l*s*h*o*.org D Jul 21, 2026
b*r*o*a*.com (WP 4.9.29) F Jul 21, 2026
m*o*a.hu F Jul 21, 2026
b*r*h*r*-*r*u*.com (WP 6.9.5) F Jul 21, 2026
k*l*u*a*r*a*i*a*y*n*.com (WP 6.1.9) F Jul 21, 2026
a*e*e*l*c*r*c.com (WP 7.0) C Jul 21, 2026
f*m*a*.com (WP 5.9.13) F Jul 21, 2026
m*t*g*r*i*s*h*s*e*.com (WP 7.0.2) F Jul 21, 2026
s*r*a*p*r*n*r.nl (WP 7.0) F Jul 21, 2026
s*l*i*c*n*e*.org F Jul 21, 2026
t*t*n*a*e*p*o*f*n*.c*m.au D Jul 21, 2026
i*a*o*.com (WP 7.0.2) F Jul 21, 2026
c*m*d*a*.cymru (WP 7.0.2) F Jul 21, 2026
a*m*n*c*c*n*.it F Jul 21, 2026
o*a*r*f*t*e*s.fr (WP 7.0.2) F Jul 21, 2026
d*n*m*r*-*r*j*c*.eu A Jul 21, 2026
h*o*c*n*u*t*n*s.com B Jul 21, 2026
f*b*y*a*e*i*n.pl F Jul 21, 2026
f*l*n*m*d*c*l*l*n*c.com F Jul 21, 2026

Top 50 Plugins

Plugin Count
elementor 1,773,066
contact-form-7 1,754,699
elementor-pro 1,053,398
woocommerce 816,868
revslider 609,950
jetpack 456,151
js_composer 420,819
wp-rocket 341,566
essential-addons-for-elementor-lite 265,266
complianz-gdpr 257,980
gravityforms 257,686
google-site-kit 232,621
cookie-law-info 228,902
instagram-feed 225,266
sitepress-multilingual-cms 210,874
header-footer-elementor 207,407
google-analytics-for-wordpress 206,188
bluehost-wordpress-plugin 192,588
elementskit-lite 180,622
gutenberg 167,311
cookie-notice 149,235
litespeed-cache 143,547
gtranslate 125,193
wpforms-lite 124,272
the-events-calendar 122,579
astra-sites 113,631
gutenberg-core 113,508
popup-maker 110,000
woocommerce-payments 109,709
tablepress 102,202
honeypot 97,891
astra-addon 93,947
wp-smushit 91,090
duracelltomi-google-tag-manager 90,451
coblocks 89,789
layerslider 89,525
all-in-one-seo-pack 89,300
bb-plugin 87,066
akismet 85,166
premium-addons-for-elementor 84,433
ml-slider 83,034
cleantalk-spam-protect 82,813
mailchimp-for-wp 82,012
megamenu 80,374
woocommerce-gateway-stripe 79,700
jet-engine 77,827
fusion-builder 77,281
ewww-image-optimizer 76,638
wp-pagenavi 76,523
smart-slider-3 76,327

Top 50 Themes

Theme Count
hello-elementor 621,543
Divi 497,327
astra 415,116
flatsome 137,795
Avada 121,363
generatepress 114,678
oceanwp 80,569
pub 79,286
kadence 78,818
enfold 68,928
salient 65,362
twentyseventeen 54,403
bb-theme 53,484
betheme 52,451
twentytwentyfour 52,191
blocksy 51,007
cocoon-master 49,241
dt-the7 45,528
twentytwentyfive 44,925
woodmart 42,693
h4 39,561
neve 38,220
Avada-Child-Theme 36,954
gox 36,252
bridge 31,437
twentytwentyone 30,343
lightning 29,939
twentytwenty 28,835
swell 27,982
bricks 26,516
Impreza 26,104
Newspaper 24,234
twentytwentythree 22,139
epik-redesign 19,181
twentytwentytwo 18,831
uncode 18,592
twentysixteen 17,623
pro 17,621
sydney 16,585
storefront 16,374
Total 14,410
hello-theme-child-master 14,004
factory-templates-4 13,730
themify-ultra 12,971
extendable 12,866
hestia 12,599
yootheme 12,547
yith-wonder 12,223
porto 11,980
twentyfifteen 11,835