Archived topic
floating section with nav menu
5 replies · Started by Krystian on July 13, 2018
Hey, I have two menu witch are floating. Is it possible to add to this menu first section?
This is the css for floating navigation:
#sticky-placeholder.navigation-stick + #secondary-navigation {
position: fixed;
top: 70px;
left: 0;
right: 0;
}
Hi there,
Not quite sure what you mean.
What are you trying to achieve exactly?
Let me know :)

Legend:
I - main menu, II- secondary menu, III - first section of the page
I and II are floating down when I scroll down, but I would like to make floating first section (III) below I and II.
I and II are floating down when I scroll down, but I would like to make floating first section (III) below I and II.
So are you wanting your sticky navigations to disappear once they hit the content section?
No;)
I would like to have sticky navigation and first section together when I hit second section
Right now they both become sticky as soon as they hit the top of the browser.
Unfortunately it would take a considerable amount of custom javascript in order to have them become sticky only when hitting a certain point of the page. We're working on a sticky navigation re-write, and hope to have something like this available.