Hello,
I am using Narrative theme on my store and the header keeps popping up when scrolling on the site.
is there a solution to fix it, make it sticky?
searching in the previous discussions, solutions provided are not working. For example:
<!--[if (gt IE 9)|!(IE)]><!--><script src="{{ 'theme.min.js' | asset_url }}" defer="defer"></script><!--<![endif]-->
<!--[if lte IE 9]><script src="{{ 'theme.min.js' | asset_url }}"></script><![endif]-->
i could not find it in the Layout / theme.liquid
Thank you!