Vertical Center

Vertical Center

Easily vertically center any element relative to its container. Fully responsive.

  • Almost active
    This plugin was not updated the last 3453 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.7 was released on 08 May 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

5

Active installs

100

Total Downloads

5K

Support Threads

0

Last updated

07 December 2015

Added

01 April 2015

Versions

100%
  • Version 1.1

Screenshots

The easy-to-use admin interface.
Vertical centering in action.

About Vertical Center

FAQ

Is this plugin fully responsive?

Yes! When the script runs it creates event listeners for the window resize and orientationchange events and recalculates the vertical centering after those events trigger.

Does the plugin support multiple items that get vertically centered independently?

Yes! From the settings page you can enter as many selectors as you’d like, giving you the ability to vertically center an unlimited number of items.

What if I am dynamically adding the element I want to center to the page after it loads?

The jQuery script uses the selector to always grab the items fresh from the DOM in its current state, so as long as the selector matches the newly added element it will get included in the calculation. You can trigger the vertical centering manually at any time (such as after new content has been added via AJAX) by triggering the ‘verticalcenter’ event on the window like this:

jQuery( window ).trigger( 'verticalcenter' );

Changelog

1.1.1

1.1.0

1.0.3

1.0.2

1.0.1

1.0.0

How to install Vertical Center

Manual Installation

  1. Upload the entire /vertical-center directory to the /wp-content/plugins/ directory.
  2. Activate Vertical Center through the ‘Plugins’ menu in WordPress.

Better Installation

  1. Go to Plugins > Add New in your WordPress admin and search for Vertical Center.
  2. Click Install.