Dear Enfold support team,
I am working on a side. On some screens I work with the menu on the left side is always visible (sticky).
Then I started working on a laptop and realized the menu is not sticking (if you scroll down it dissapears).
What can I do that the menu is always (on every screen) sticky, not only on some screens?
Thank you in advcance for your help.
kind regards,
Robin
Hey cioclatta,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? It is set to always_sticky on iPad and conditional_sticky on desktop.
Best regards,
Victoria
Hi cioclatta,
You can try this code:
.html_header_sidebar #top #header.av_conditional_sticky {
position: fixed;
-webkit-backface-visibility: hidden;
}
Best regards,
Victoria
Hi Victoria,
This worked!
Thanks a lot for the help and have a great day!
Best regards,
Robin
Hi Robin,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
