Title: [Plugin: WP Facebox Gallery] Overlay appears behind header elements
Last modified: August 19, 2016

---

# [Plugin: WP Facebox Gallery] Overlay appears behind header elements

 *  Resolved [jhansen.brevetti](https://wordpress.org/support/users/jhansenbrevetti/)
 * (@jhansenbrevetti)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-facebox-gallery-overlay-appears-behind-header-elements/)
 * The border and navigation tabs in my menu seem to be layered in front of the 
   overlay. Anyway to get the overlay to be the front-most layer?
 * Click the link below and click “click here” in the Apply Now box on the right
   to see what I’m talking about:
 * [http://projecthope.ps/new/?page_id=44](http://projecthope.ps/new/?page_id=44)
 * Thanks,
    John
 * [http://wordpress.org/extend/plugins/wp-facebox-gallery/](http://wordpress.org/extend/plugins/wp-facebox-gallery/)

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

 *  Plugin Author [Dave Bergschneider](https://wordpress.org/support/users/dave-bergschneider/)
 * (@dave-bergschneider)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-facebox-gallery-overlay-appears-behind-header-elements/#post-2048582)
 * Hi jhansen.brevetti,
 * It appears to be that your menu has a higher z-index than that of the facebox
   css.
 * A quickfix would be to add z-index: 99999; (original value is 100) like in the
   below example in the facebox2.css found in your plugins directory at /wp-content/
   plugins/wp-facebox-gallery/facebox2.css. I will perhaps update this in the next
   week or two as I don’t see any reason you might want something above the facebox.
 * #facebox {
    left: 0; position: absolute; text-align: left; top: 0; width: 100%;
   z-index: 999999; } #facebox .popup { position: relative; z-index: 99999; }
 *  Plugin Author [Dave Bergschneider](https://wordpress.org/support/users/dave-bergschneider/)
 * (@dave-bergschneider)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-facebox-gallery-overlay-appears-behind-header-elements/#post-2048717)
 * I have released a new version that includes the above adjustment.

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

The topic ‘[Plugin: WP Facebox Gallery] Overlay appears behind header elements’ 
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-facebox-gallery_32a5f0.svg)
 * [WP Facebox Gallery](https://wordpress.org/plugins/wp-facebox-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-facebox-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-facebox-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-facebox-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-facebox-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-facebox-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dave Bergschneider](https://wordpress.org/support/users/dave-bergschneider/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-facebox-gallery-overlay-appears-behind-header-elements/#post-2048717)
 * Status: resolved