Title: Problem when using the plugin with the WP admin bar
Last modified: August 22, 2016

---

# Problem when using the plugin with the WP admin bar

 *  Resolved [stof7](https://wordpress.org/support/users/stof7/)
 * (@stof7)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-when-using-the-plugin-with-the-wp-admin-bar/)
 * Hello there,
 * the pluging works ok here with twenty elevent theme, the problem lies when I 
   use the admin (top) bar, it will then hide most of the navigation menu,
 * could you help me out ?
 * here’s the url of a “test” web site
    [http://dev3.digi-artmedia.com/](http://dev3.digi-artmedia.com/)
 * It would be great if the nav menu could be just lower than the admin bar.
 * [https://wordpress.org/plugins/lowermedia-sticky-js-menus/](https://wordpress.org/plugins/lowermedia-sticky-js-menus/)

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

 *  Plugin Author [9ete](https://wordpress.org/support/users/hawkeye126/)
 * (@hawkeye126)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-when-using-the-plugin-with-the-wp-admin-bar/#post-5378517)
 * You can put a margin-top of 28px on the #access div:
 *     ```
       .admin-bar #access {margin-top:28px;}
       ```
   
 * or move the admin bar to the bottom:
 *     ```
       body.admin-bar {
               margin-top: -28px;
               padding-bottom: 28px;
           }
   
           #wpadminbar {
               top: auto !important;
               bottom: 0;
           }
   
           #wpadminbar .quicklinks>ul>li {
               position:relative;
           }
   
           #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
               bottom:28px;
           }
       ```
   
 * Thanks for using the plugin!
 *  Thread Starter [stof7](https://wordpress.org/support/users/stof7/)
 * (@stof7)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-when-using-the-plugin-with-the-wp-admin-bar/#post-5378521)
 * That’s it, thanx a lot.
 * I feel a bit stupid to not have thought of that.
 * Btw it works great on a private WP 4.0 site too.
 *  Thread Starter [stof7](https://wordpress.org/support/users/stof7/)
 * (@stof7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-when-using-the-plugin-with-the-wp-admin-bar/#post-5378571)
 * Hello again,
 * the first solution is not that good because until the sticky menu isn’t “in action”,
   there is a 28px gap between the main nav and the slider.
 * So I’m with your second solution,
 * please let me know if you find something else to have both on top of the page.

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

The topic ‘Problem when using the plugin with the WP admin bar’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lowermedia-sticky-js-menus_a4da7f.
   svg)
 * [LowerMedia Sticky.js Menus](https://wordpress.org/plugins/lowermedia-sticky-js-menus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lowermedia-sticky-js-menus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/)
 * [Active Topics](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lowermedia-sticky-js-menus/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [stof7](https://wordpress.org/support/users/stof7/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/problem-when-using-the-plugin-with-the-wp-admin-bar/#post-5378571)
 * Status: resolved