Is it possible to have the menu be sticky on mobile?
Hey!
The link you posted returns a file index.
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) {
.html_header_sticky #header {
position: fixed !important;
}
}
Cheers!
Josue
Hi josue,
this worked for me too, but the mobile menu now covered the start of my page (there’s a video as top element) – even on first load. So that the menu is always above the content, not pushing the main content down.
Can we avoid that?
Hans
Yes, in the private box, thanks!
Hi!
Can you post a screenshot of the issue? not sure what you’re referring to.
Regards,
Josue