• Resolved steve92

    (@steve92)


    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

    (@talextech)

    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

    (@steve92)

    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 3 years, 2 months ago by steve92.
    Plugin Author Alexandru Tapuleasa

    (@talextech)

    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.