Site logo

[Support request] STICKY BLOCK WHEN SCROLLING DOWN

Home Forums Support [Support request] STICKY BLOCK WHEN SCROLLING DOWN

Home Forums Support STICKY BLOCK WHEN SCROLLING DOWN

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #2561554
    Yohann

    I dont’t understand your question ? Is there some css we can add to correct This issue ?
    Thank you

    #2561897
    Ying
    Staff
    Customer Support

    Can you try to replace this CSS:

    html, body {
    overflow-x: hidden;
    }

    with this:

    .site {
        overflow-x: hidden;
    }
    #2562204
    Yohann

    It works for the horizontal movement
    But the sticky effect doesn’t work anymore
    So do you have another solution please ?

    #2562235
    Ying
    Staff
    Customer Support

    The only workaround is to add this part of your content to a block element – hook, choose after_headerhook.
    https://www.screencast.com/t/3jNKSzsyCx

    Or

    Try to fix the sections that have overflow issues.

    #2566978
    Yohann

    Thank you for your answer.
    last question, I have a fixed header. When I insert the sticky menu, the anchor menu offeset is too low. Can you give me some css to fix it ?
    thank you ?

    #2567538
    David
    Staff
    Customer Support

    Hi there,

    have you changed the sticky blocks ? originally i saw 2 buttons, now there is a ToC menu.

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