Hi,
we face one issue:
We use secondary nav positioned above primary nav (used as a top bar nav).
Primary nav is containered to have the same width as main content.
As secondary nav comprises CTAs, this top nav should be sticky (as well as the primary one).
The solutions I was able to find in this forum do not lead to the desired solution:
If I declare secondary nav as positioned sticky, the primary one goes above it when scrolling, so it is hidden after scrolling.
If I position secondary nav inside primary one with the help of your “generate_inside_navigation” hook, it is containered as the primary one. But as top nav should have a full-width background color to highlight it, I have to put it in a full-width container.
Any ideas / solution how to resolve that?