Menu bugs - sticky and hamburger menu

My menu bar sticky settings are not working. I have chosen to have a background, animation, etc. but the menu stays sticky with a clear background. Also, if I turn the sticky menu off, it still does not change. The menu stays sticky with a clear background. The hamburger menu also does not respond on click.

Thank you for your help!

Really nice site — great visual balance :+1:

Looking at it with Inspect Element, it seems the header itself is sticky, but there’s an extra injected wrapper (plugin / widget container with its own stacking context) sitting above it. That can block clicks and prevent the sticky background from applying correctly.

In Sitejet, I’d double-check:

  • sticky + background are applied on the header container, not inner nav

  • no widget/plugin wrapper has a higher z-index

  • no overflow or position on parent elements interfering

This kind of issue is easy to miss without DevTools.