Title: Multiple Sticky Items
Last modified: August 31, 2016

---

# Multiple Sticky Items

 *  [flywebguy](https://wordpress.org/support/users/flywebguy/)
 * (@flywebguy)
 * [10 years ago](https://wordpress.org/support/topic/multiple-sticky-items-1/)
 * Hi Mark,
 * I know in your FAQ in the plugin, you say that you worry about too much being
   stickied so haven’t made this possible yet. I _completely_ agree.
 * That said, I have a theme for a client that the theme developer made the navigation
   not nested inside of the header, so I can’t sticky the header or else it will
   lose the navigation. [See here](http://traver.designstack.us/).
 * I’d be happy to send a large donation your way if you could make it possible 
   to sticky multiple items. It would really help me and others as well!
 * [https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)

Viewing 1 replies (of 1 total)

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [10 years ago](https://wordpress.org/support/topic/multiple-sticky-items-1/#post-7300989)
 * Hi there!
 * The demand for multiple elements is there, and I will work build it in a future
   version, however my first priority is fixing a major bug that keeps popping up
   and I’ll need to work on that first. No idea how long that’s going to take, but
   after that, I’ll get to the multiple sticky elements issue.
 * Having said that…..from what I understand, you want to make the red menu bar 
   sticky, as well as the white block above that, correct?
 * There’s two easy ways of doing this.
 * 1. Give nav.main-menu some additional styles.:
 *     ```
       nav.main-menu {
          position:fixed;
          width:100%;
          z-index:78;
       }
       ```
   
 * 2. Wrap the header (with id “#this-is-top”) and the nav (with class “main-menu”)
   into a div with a unique class (you should be able to add some markup in **header.
   php**), and make that wrapping div the sticky element.
 * Let me know if this helps in any way, or if I misunderstood the issue.

Viewing 1 replies (of 1 total)

The topic ‘Multiple Sticky Items’ is closed to new replies.

 * ![](https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.gif?
   rev=2564941)
 * [Sticky Menu & Sticky Header](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/multiple-sticky-items-1/#post-7300989)
 * Status: not resolved