Title: simma101's Replies | WordPress.org

---

# simma101

  [  ](https://wordpress.org/support/users/simma101/)

 *   [Profile](https://wordpress.org/support/users/simma101/)
 *   [Topics Started](https://wordpress.org/support/users/simma101/topics/)
 *   [Replies Created](https://wordpress.org/support/users/simma101/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/simma101/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/simma101/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/simma101/engagements/)
 *   [Favorites](https://wordpress.org/support/users/simma101/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] images appear under header](https://wordpress.org/support/topic/plugin-nextgen-gallery-images-appear-under-header/)
 *  [simma101](https://wordpress.org/support/users/simma101/)
 * (@simma101)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-images-appear-under-header/#post-2448217)
 * The latest version (1.3) of the Twenty Eleven theme has changed the “z-index”
   of the header.
 * Edit the branding style in “style.css” as follows (can edit it via WordPress 
   admin – “Appearance -> Editor”:
 *     ```
       #branding {
       	border-top: 2px solid #bbb;
       	padding-bottom: 10px;
       	position: relative;
       	z-index: 9999;
       }
       ```
   
 * to:
 *     ```
       #branding {
       	border-top: 2px solid #bbb;
       	padding-bottom: 10px;
       	position: relative;
       	z-index: 999;
       }
       ```
   
 * To get NextGen working again.
 * Note that this will be overridden if you upgrade the theme again so consider 
   creating a child theme for this fix. Also I can’t guarantee this change won’t
   break something else, I’m no Twenty Eleven expert.

Viewing 1 replies (of 1 total)