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

Plugin: vertical-center (Used by 10 domains)

Security snapshot

Across the 10 vertical-center sites we've scanned, compared to the all-WordPress average.

Grade A 0% Grade B 0% Grade C 0% Grade D 0% Grade F 100%
Fail the header check (F)100%vs 82.6% avg
Leak usernames40%vs 38.5% avg
Expose a sensitive file0%vs 1.8% avg
Use HTTPS100%vs 96.1% avg

Vertical Center

Vertical Center lets you easily vertically center elements.

Features

  • Center an unlimited number of elements independently
  • Specify simple CSS/jQuery selectors to target elements
  • Easy to use admin interface
  • Items are vertical centered immediately after the page has loaded
  • Adds a class to each centered element after it has been centered (useful for CSS transition effects)
  • Fully responsive (automatically updates on resize and orientationchange events)
  • Works on mobile devices
  • Works across all modern browsers (including IE8)
  • Trigger custom ‘verticalcenter’ event to force a recalculation
  • Debounced resize events for added smoothness

Check out the Screenshots tab for a gif of the plugin in action.

Instructions

  1. Navigate to Settings > Vertical Center in the WordPress admin.
  2. Enter a selector and an offset for the element(s) you want to center.
  3. Add/remove additional elements by clicking the “+ Add More” and “Remove” buttons.

Advanced

Want to trigger the vertical centering manually? No problem. You can skip entering a selector on the settings page and call the jQuery script yourself using either .initVerticalCenter() or .doVerticalCenter(). The .initVerticalCenter() method sets up the event listeners to recalculate if the window is resized, while the .doVerticalCenter() method directly centers without attaching any events:

// Attach events and center.
jQuery( '.selector' ).initVerticalCenter();

// Center without attaching events.
jQuery( '.selector' ).doVerticalCenter();

Both functions take one optional argument, the offset value (as a number of pixels):

jQuery( '.selector' ).initVerticalCenter( offset );

jQuery( '.selector' ).doVerticalCenter( offset );

To offset the calculation by 20 pixels:

jQuery( '.selector' ).initVerticalCenter( 20 );

The functions are chainable. My personal favorite way to use this plugin is to inline style="opacity: 0;" on the elements that I am centering (to guarantee they’ll be transparent when the DOM loads) and then fade them in with something like this:

jQuery( '.selector' ).initVerticalCenter().delay( 200 ).fadeTo( 'slow', 1 );

Or to achieve the same effect with only CSS you can use the vc-complete class that gets added to each target element after the initial centering (added in version 1.0.3), which might look like this:

#target {
    opacity: 0;
    transition: opacity 0.5s;
}

#target.vc-complete {
    opacity: 1;
}

This plugin also adds an event ‘verticalcenter’ to the window, allowing you to easily trigger the vertical centering manually. This is useful if you have added items to the page after it loads via AJAX. You can trigger the event like this:

jQuery( window ).trigger( 'verticalcenter' );
DomainExposuresHeadersLast Checked
a*q*r*.org (WP 7.1) F Aug 24, 2026
c*p*e*r*v*r.org F Aug 23, 2026
p*n*q*e*i*n*u*a.com (WP 7.0.4) F Aug 16, 2026
j*f*i*c.com (WP 6.2.11) F Aug 16, 2026
l*w*o*2.com F Jul 30, 2026
c*r*o*c*f*.com (WP 7.0.2) F Jul 29, 2026
e*s*c*n*e*.org F Jul 23, 2026
p*r*l*n*p*d*l*o*e*.com F Jul 20, 2026
p*r*l*n*p*t*l*o*e*.com F Jul 20, 2026
b*a*d*a*t*n.com F Jul 17, 2026

Top 50 Plugins

Plugin Count
elementor 1,727,226
contact-form-7 1,719,352
elementor-pro 1,028,902
woocommerce 797,771
revslider 591,142
jetpack 429,986
js_composer 407,797
wp-rocket 325,592
essential-addons-for-elementor-lite 257,055
gravityforms 252,205
google-site-kit 252,083
complianz-gdpr 251,842
cookie-law-info 223,076
instagram-feed 219,598
sitepress-multilingual-cms 206,336
header-footer-elementor 200,102
google-analytics-for-wordpress 198,850
bluehost-wordpress-plugin 189,410
elementskit-lite 173,844
gutenberg 157,637
litespeed-cache 145,316
cookie-notice 144,385
gutenberg-core 138,323
gtranslate 120,731
the-events-calendar 120,207
wpforms-lite 118,259
astra-sites 108,546
popup-maker 106,733
woocommerce-payments 105,151
tablepress 101,208
honeypot 96,402
coblocks 92,364
astra-addon 91,298
duracelltomi-google-tag-manager 88,273
wp-smushit 88,197
layerslider 86,406
all-in-one-seo-pack 86,193
bb-plugin 84,772
ml-slider 82,144
akismet 81,849
premium-addons-for-elementor 80,546
cleantalk-spam-protect 80,198
mailchimp-for-wp 78,714
megamenu 78,644
ewww-image-optimizer 76,811
wp-pagenavi 76,500
jet-engine 76,456
fusion-builder 75,370
smart-slider-3 74,262
gravityformsrecaptcha 72,802

Top 50 Themes

Theme Count
hello-elementor 608,717
Divi 482,775
astra 401,768
flatsome 145,406
Avada 118,318
generatepress 112,137
pub 95,660
oceanwp 77,960
kadence 77,621
enfold 66,901
salient 63,294
twentyseventeen 52,931
bb-theme 51,759
twentytwentyfour 51,690
betheme 51,447
cocoon-master 49,902
blocksy 49,691
h4 48,094
twentytwentyfive 45,723
woodmart 44,946
dt-the7 44,417
neve 37,022
Avada-Child-Theme 36,426
gox 35,880
lightning 30,789
bridge 30,311
twentytwentyone 29,362
swell 29,194
twentytwenty 27,983
bricks 26,807
Impreza 25,490
Newspaper 23,611
twentytwentythree 21,308
epik-redesign 18,836
twentytwentytwo 18,148
uncode 18,002
twentysixteen 17,270
pro 17,152
sydney 15,733
storefront 15,679
Total 14,079
factory-templates-4 13,887
hello-theme-child-master 13,646
themify-ultra 12,704
hestia 12,274
yootheme 12,251
yith-wonder 11,698
jupiter 11,584
porto 11,522
twentyfifteen 11,510