Archived topic
Sticky Navigation Drop Point
3 replies · Started by Kevin on March 9, 2020
The GP navigation drop point is great because the menu relocates underneath the logo preventing container overflow.
This does not seem possible in the sticky nav.
What are the options to deal with container overflow in this situation?
I expect you will instruct me to decrease font sizes or restructure menu :)
Thanks!
Hi there,
Can you please do this first?
https://www.screencast.com/t/O3NDJ5fyH0N
Let me know :)
I'm really sorry about that. I thought I had done that already.
Caching is de-activated :)
Thanks :)
Try this CSS:
@media (max-width: 890px) {
#sticky-navigation .inside-navigation {
display: flex;
flex-direction: column;
}
#sticky-navigation .navigation-branding {
margin-left: auto;
margin-right: auto;
}
}