Title: Loads behind other elements
Last modified: August 31, 2016

---

# Loads behind other elements

 *  Resolved [Greg Bernhardt](https://wordpress.org/support/users/dethfire/)
 * (@dethfire)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/loads-behind-other-elements/)
 * For every browser but chrome the toolbar loads behind other elements. Need to
   disable until fixed.
 * [https://wordpress.org/plugins/notice-bar/](https://wordpress.org/plugins/notice-bar/)

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

 *  Plugin Author [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/loads-behind-other-elements/#post-7067530)
 * Hello [@dethfire](https://wordpress.org/support/users/dethfire/),
    To show notice
   bar on the top of your site, you should select Position Top Fixed from Notice
   Bar settings section. Now put following line of CSS code in Custom CSS section
   of your theme.
 *     ```
       .nb-default-wrap.nb-defult-postion-top-fixed{
          z-index: 99999;
       }
       ```
   
 * This should do the trick appearing the noticebar infront of other elements.
 * Regards.
 *  Thread Starter [Greg Bernhardt](https://wordpress.org/support/users/dethfire/)
 * (@dethfire)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/loads-behind-other-elements/#post-7067567)
 * That worked! I had to switch to .nb-default-wrap.nb-defult-postion-top-bottom
   though 🙂

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

The topic ‘Loads behind other elements’ is closed to new replies.

 * ![](https://ps.w.org/notice-bar/assets/icon-256x256.png?rev=1492437)
 * [Notice Bar](https://wordpress.org/plugins/notice-bar/)
 * [Support Threads](https://wordpress.org/support/plugin/notice-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/notice-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/notice-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/notice-bar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Greg Bernhardt](https://wordpress.org/support/users/dethfire/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/loads-behind-other-elements/#post-7067567)
 * Status: resolved