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 😊
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
-
This reply was modified 4 years, 4 months ago by
steve92.
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 😕