Title: Modal Window Position
Last modified: August 21, 2016

---

# Modal Window Position

 *  [jasonschulke](https://wordpress.org/support/users/jasonschulke/)
 * (@jasonschulke)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/modal-window-position/)
 * The modal window is great! But, the very top of it always appears just below 
   the header. Is there a way to center it on the page when it pops up?
 * [https://wordpress.org/plugins/easy-modal/](https://wordpress.org/plugins/easy-modal/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/modal-window-position/#post-4738079)
 * I will look into adding this a feature in the next update. Currently you could
   try adding something like this to your themes css
 * .modal {
    top:50%!important; margin-top:-{INSERT MODAL HEIGHT HERE}; height:{
   INSERT MODAL HEIGHT HERE}; }
 * This should give you an idea. You could also simply adjust the top:100px parameter
   to suit your needs.

Viewing 1 replies (of 1 total)

The topic ‘Modal Window Position’ is closed to new replies.

 * ![](https://ps.w.org/easy-modal/assets/icon-256x256.png?rev=982657)
 * [Easy Modal](https://wordpress.org/plugins/easy-modal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-modal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-modal/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-modal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-modal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-modal/reviews/)

## Tags

 * [window](https://wordpress.org/support/topic-tag/window/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/modal-window-position/#post-4738079)
 * Status: not resolved