Menu bar (sticky mode)

Hi. Need some help.
Got Reel Theme - it’s wonderful, thank you!
But one moment disappoints me:
When I use devices or resize browser window to smaller size - menu bar goes to “hamburger mode”, but menu stops sticking when scrolling!
Is there a way to fix this?

Thank you

Hello Onzadero,

Please add this following CSS code in WP-Admin > Appearances > Customize > Additional CSS:

@media screen and (max-width: 979px){
.site-header.headroom--not-top {
    position: fixed !important;
}
}

I hope that’ll fix the issue.

Best regards,