Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #890374

    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

    • This topic was modified 8 years, 3 months ago by cioclatta.
    #890459

    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

    #890556
    This reply has been marked as private.
    #890799

    Hi cioclatta,

    You can try this code:

    
    .html_header_sidebar #top #header.av_conditional_sticky {
        position: fixed;
        -webkit-backface-visibility: hidden;
    }
    

    Best regards,
    Victoria

    #891036

    Hi Victoria,

    This worked!
    Thanks a lot for the help and have a great day!

    Best regards,

    Robin

    #891359

    Hi Robin,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.