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

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

Equal Height Columns

πŸ‘€ MIGHTYminnow πŸ“¦ v1.2.1

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
b*i*d*n*e*e*o*.com βœ… D 2026-04-06 20:36:38
t*l*n*m*t*h*d.com (WP 6.7.5) βœ… F 2026-04-06 20:25:19
b*a*k*r*o*v*t.com βœ… F 2026-04-06 19:39:32
l*v*h*a*t*y*o*a*i*s*r*c*.com βœ… F 2026-04-06 16:47:39
l*v*h*a*t*y*o*a*i*s.com βœ… F 2026-04-06 16:47:39
l*v*n*e*e*a*l.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*a*i*i*.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*o*e*p*l*a*c*s.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*r*u*.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*a*e.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*i*c*n*i*i*n*n*.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*v*n*e*i*c*n.com (WP 6.9.4) βœ… F 2026-04-06 14:54:09
l*t*l*w*d*i*g*d*a*.com (WP 6.9.4) βœ… F 2026-04-06 14:18:21
l*t*l*s*a*o*d*e*.com (WP 6.9.4) βœ… D 2026-04-06 13:46:13
l*t*l*m*u*t*i*s*h*o*.com βœ… D 2026-04-06 13:14:37
l*t*l*e*g*n*h*.com βœ… F 2026-04-06 12:16:11
b*s*e*p*c*.com βœ… F 2026-04-06 11:52:33
l*t*r*z*s*y*o*u*u.com βœ… F 2026-04-06 10:32:14
l*t*c*r*p*n*l*.com (WP 6.9.4) βœ… C 2026-04-06 10:07:18
l*s*o*t*d*m*.com (WP 6.9.4) βœ… F 2026-04-06 08:46:49
t*i*h*a*d*i*o*g*o*h*a*t*.com βœ… B 2026-04-06 08:09:09
c*n*r*s*s*a*a*.com (WP 6.7.5) βœ… F 2026-04-06 07:37:13
b*c*m*n*a*r*s*n*p*r*n*.com (WP 6.9.4) βœ… F 2026-04-06 07:00:26
b*a*o*c*p*t*l*d*i*o*s.com βœ… D 2026-04-06 06:01:22
l*p*o*n*s.com (WP 6.1.10) ⚠️ F 2026-04-06 04:44:33
b*y*o*s*b*n*.com βœ… A 2026-04-06 04:17:28
t*c*w*y*a*o*.com βœ… F 2026-04-06 03:53:52
t*c*m*t*i*r*n*s.com βœ… D 2026-04-06 03:39:06
c*n*o*h*t*r*t*.com βœ… F 2026-04-06 02:33:55
c*n*o*u*p*n*.com βœ… F 2026-04-06 02:12:20
c*n*o*o*.com βœ… F 2026-04-06 02:12:20
c*n*o*o*t*w*s*.com βœ… F 2026-04-06 02:12:19
c*n*o*o*m*o*k*.com βœ… F 2026-04-06 02:12:19
c*n*o*e*e*t.com βœ… F 2026-04-06 02:07:26
l*n*i*.com βœ… F 2026-04-06 01:51:49
c*n*r*m.com (WP 6.9) βœ… F 2026-04-06 00:14:14
l*n*e*t*r*r*s*s*.com βœ… F 2026-04-06 00:04:13
l*n*-*i*i*o*v*l*e*.com βœ… F 2026-04-05 23:26:06
l*n*a*d*a*o*a*.com βœ… F 2026-04-05 21:21:34
l*n*s*y*o*k.com (WP 6.9.4) βœ… F 2026-04-05 21:04:11
b*b*l*n*b*b*.com (WP 6.8.1) βœ… F 2026-04-05 20:53:05
c*m*r*r*e*a*i*.com βœ… D 2026-04-05 20:50:47
c*m*r*r*g*l*z.com βœ… D 2026-04-05 20:45:42
c*m*r*r*r*g*l*z.com βœ… D 2026-04-05 20:43:00
c*m*l*a*c*a*h*n*e*m.com (WP 6.9.4) βœ… F 2026-04-05 19:31:24
c*m*e*e*c*m*n*g*r*y*t*m.com βœ… A 2026-04-05 17:59:02
c*m*a*s*e*n*u*o*o*y.com βœ… F 2026-04-05 17:44:27
a*i*c*n*u*t*n*s*o*l*n*.com βœ… F 2026-04-05 17:43:11
c*m*a*s*o*e*d.com (WP 6.9.4) βœ… C 2026-04-05 17:40:21
c*m*a*s*o*a*i*a*.com (WP 6.9.4) βœ… F 2026-04-05 17:22:14
a*i*t*c.com βœ… B 2026-04-05 16:56:44
a*i*g*o*p.com βœ… B 2026-04-05 16:56:44
a*i*n*b*.com βœ… F 2026-04-05 14:36:19
c*m*a*i*n*w*b.com (WP 6.9.4) βœ… F 2026-04-05 14:14:10
a*e*a*m*i*r*t*o*.com (WP 6.9.4) βœ… F 2026-04-05 14:08:43
s*n*r*y*e*a*i*r.com βœ… F 2026-04-05 13:41:08
s*n*r*i*e.com βœ… F 2026-04-05 13:26:06
c*m*u*i*y*e*v*c*f*r*c*o*l.com βœ… F 2026-04-05 13:22:12
l*l*e*p*b*o.com (WP 6.9.4) βœ… F 2026-04-05 13:18:36
a*t*m*t*o*h*o*.com βœ… F 2026-04-05 13:05:23
s*l*h*a*e*c*r*m*c*.com βœ… F 2026-04-05 12:01:15
c*m*e*c*a*a*a*e*y.com βœ… F 2026-04-05 11:56:03
c*m*e*c*b*i*z.com βœ… F 2026-04-05 11:50:41
s*d*e*l*w*a*d*u*f*u*p*i*s.com βœ… C 2026-04-05 11:14:49
c*m*c*o*s*a*.com (WP 6.9.4) βœ… F 2026-04-05 10:57:59
c*m*c*o*-*a*r.com (WP 6.9.4) βœ… F 2026-04-05 10:56:03
s*v*c*l*u*a*c*n*e*.com βœ… F 2026-04-05 10:14:50
c*m*r*i*l*a*a*j*.com βœ… F 2026-04-05 09:51:44
s*m*w*l*n*s*c*n*e*.com (WP 6.9.4) βœ… F 2026-04-05 09:50:33
c*l*u*s*f*f*i*a.com (WP 6.9.4) βœ… F 2026-04-05 07:39:29
a*e*c*o*u*o*o*i*n.com (WP 6.8.2) βœ… F 2026-04-05 07:18:15
s*e*k*.com (WP 6.0.3) ⚠️ F 2026-04-05 06:55:10
s*e*t*f*n*r*i*i*g.com βœ… D 2026-04-05 06:33:41
s*e*t*a*g*o*p.com (WP 6.9.4) βœ… F 2026-04-05 06:08:38
s*e*t*a*n*f*n*r*i*i*g.com βœ… D 2026-04-05 06:02:56
c*l*r*d*c*r*e*s.com βœ… F 2026-04-05 05:44:48
c*l*r*d*a*a*t*.com βœ… F 2026-04-05 05:42:17
l*f*l*n*t*.com βœ… F 2026-04-05 05:36:32
s*e*t*r*a*s*e*r*i*.com βœ… F 2026-04-05 05:30:13
l*f*f*r*e*r*o*a*k*.com βœ… F 2026-04-05 04:46:35
c*l*i*s*e*e*s*.com (WP 6.9.4) βœ… C 2026-04-05 04:38:32
l*f*b*y*n*c*r*o*a*e.com (WP 6.9) βœ… D 2026-04-05 04:06:09
c*l*e*e*l*n*i*g*d*i*e.com (WP 6.9.4) βœ… F 2026-04-05 04:05:49
c*l*e*e*e*e*n*i*e.com (WP 6.9.4) βœ… F 2026-04-05 04:04:34
c*l*e*e*e*e.com (WP 6.9.4) βœ… F 2026-04-05 04:04:34
s*a*m*i*.com (WP 6.9.4) βœ… F 2026-04-05 03:19:52
a*i*e*n*e*t.com βœ… F 2026-04-05 01:35:57
l*b*r*y*r*u*n*.com (WP 6.9.4) βœ… F 2026-04-04 23:09:41
l*b*r*y*r*.com βœ… D 2026-04-04 23:08:28
l*b*r*v.com βœ… F 2026-04-04 22:51:02
c*h*n*a*e*h*a*.com (WP 6.9.4) βœ… F 2026-04-04 22:35:15
l*b*r*t*t*b*g*e*t.com (WP 6.9) βœ… F 2026-04-04 22:01:32
l*e*a*s*n*.com βœ… F 2026-04-04 19:57:28
s*s*n*c*m*b*l*.com (WP 6.8.5) βœ… F 2026-04-04 19:39:13
s*s*n*e*m*i*d*r.com (WP 6.9.4) βœ… F 2026-04-04 19:37:02
l*b*s*n*s*s*l*t*o*s.com βœ… F 2026-04-04 19:27:44
a*t*r*s.com βœ… D 2026-04-04 18:46:37
s*r*e*y*r*u*s*.com (WP 6.9.4) βœ… D 2026-04-04 17:17:25
s*r*w*a*t*l*c.com βœ… F 2026-04-04 16:20:34
l*t*i*g*o*o*r*e.com (WP 6.9.4) βœ… F 2026-04-04 15:49:11

Top 50 Plugins

Plugin Count
elementor 2,296,020
contact-form-7 2,112,077
elementor-pro 1,301,171
woocommerce 1,070,876
revslider 781,706
js_composer 518,037
jetpack 482,316
wp-rocket 381,369
essential-addons-for-elementor-lite 349,387
header-footer-elementor 291,450
gravityforms 284,103
gutenberg-core 272,914
elementskit-lite 271,276
instagram-feed 268,809
complianz-gdpr 265,852
google-analytics-for-wordpress 265,230
google-site-kit 259,072
cookie-law-info 257,387
sitepress-multilingual-cms 233,298
bluehost-wordpress-plugin 218,977
wpforms-lite 199,893
astra-sites 192,059
litespeed-cache 176,653
gutenberg 160,754
gtranslate 155,830
cookie-notice 151,715
coblocks 146,372
the-events-calendar 136,756
popup-maker 128,842
astra-addon 114,404
bb-plugin 113,855
premium-addons-for-elementor 111,878
LayerSlider 111,644
tablepress 110,511
wp-smushit 110,210
mailchimp-for-wp 109,003
duracelltomi-google-tag-manager 101,084
cleantalk-spam-protect 97,693
creame-whatsapp-me 97,207
woocommerce-gateway-stripe 97,148
akismet 96,811
honeypot 96,681
woocommerce-payments 95,836
megamenu 93,649
pro-elements 92,375
smart-slider-3 92,146
fusion-builder 91,637
custom-fonts 91,230
click-to-chat-for-whatsapp 90,345
pixelyoursite 89,088

Top 50 Themes

Theme Count
hello-elementor 749,021
Divi 619,957
astra 591,577
pub 183,940
generatepress 141,028
Avada 140,230
flatsome 140,135
h4 106,308
oceanwp 102,921
kadence 92,273
enfold 80,783
salient 77,863
bb-theme 71,767
twentytwentyfour 69,986
blocksy 66,299
cocoon-master 65,434
twentytwentyfive 63,491
twentyseventeen 63,269
betheme 62,812
dt-the7 52,398
woodmart 48,531
neve 45,836
twentytwentyone 39,697
bridge 38,979
Avada-Child-Theme 38,038
gox 35,732
swell 34,805
twentytwenty 34,767
lightning 34,356
twentytwentythree 32,116
bricks 28,436
Impreza 28,338
Newspaper 25,729
twentytwentytwo 25,275
epik-redesign 22,537
pro 21,126
storefront 21,025
extendable 20,913
uncode 20,832
twentysixteen 20,585
sydney 19,106
yith-wonder 18,999
themify-ultra 17,749
Total 17,025
twentyfifteen 15,697
porto 15,268
hestia 15,066
yootheme 14,187
twentynineteen 14,182
thrive-theme 14,115