Title: Manual setting CSS
Last modified: January 24, 2022

---

# Manual setting CSS

 *  Resolved [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/manual-setting/)
 * The plugin works perfectly with the WordPress bar and without it. In the plugin
   I have inserted only 2 items: **#masthead** and **-155**.
    I would like to understand
   which specific CSS the plugin uses because I want to put it in my CSS-child.

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

 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/manual-setting/#post-15285302)
 * Thank you for using Sticky! Unfortunately we can’t write a detailed explanation
   of all the CSS used by the plugin 😕
    If it’s something clear and specific that
   you want to achieve please give us the details and a link to the page as most
   times it will depend on the theme as well 😊
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/manual-setting/#post-15285544)
 * I want to do one simple thing: when the menu bar goes up to the top it has to
   stop, this must happen even if the WordPress black bar is activated. I have now
   set the code for how I see the home, but you will see the menu bar below a few
   pixels.
 * My CSS code:
 *     ```
       #masthead {
       	position: -webkit-sticky;
       	position: sticky;
       	top: -123px;
       	z-index: 9999;
       }
       ```
   
 * This is my site: [https://albenessereblog.altervista.org](https://albenessereblog.altervista.org)
    -  This reply was modified 4 years, 4 months ago by [steve92](https://wordpress.org/support/users/steve92/).
 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/manual-setting/#post-15285892)
 * You don’t seem to be using our plugin though … I can’t help you with 3rd party
   code as there are just too many variables 😕

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

The topic ‘Manual setting CSS’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/manual-setting/#post-15285892)
 * Status: resolved