Title: positioning
Last modified: August 20, 2016

---

# positioning

 *  Resolved [carlytx](https://wordpress.org/support/users/carlytx/)
 * (@carlytx)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/positioning-5/)
 * I want to be able to position the pop-up a specific number of pixels from the
   top of the page. How can I do this? I can control the width and the height but
   I don’t see how to position the box vertically.
 * thanks.
 * [http://wordpress.org/extend/plugins/easy-fancybox/](http://wordpress.org/extend/plugins/easy-fancybox/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [carlytx](https://wordpress.org/support/users/carlytx/)
 * (@carlytx)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/positioning-5/#post-3257253)
 * Just found that if I change the **top** setting in the CSS file I can control
   the position from the top.
 *     ```
       #fancybox-outer {
       	position: relative;
       	top: 300px;
       	width: 800;
       	height: 100%;
       	background: #fff;
       }
       ```
   
 * However I can not click on the anything on the site behind the overlay when the
   setting is **relative**. If I change the setting to **absolute** or **fixed**
   there are other problems. Is there a way to use the relative setting and still
   be able to get to the site behind the overlay without closing the overlay using
   the X click?
 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/positioning-5/#post-3257354)
 * Yes, there is an option ‘Show the overlay around content opened in FancyBox’ 
   under the Overlay settings which you can disable.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘positioning’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/positioning-5/#post-3257354)
 * Status: resolved