Archived topic
STICKY BLOCK WHEN SCROLLING DOWN
20 replies · Started by Yohann on March 2, 2023
I dont't understand your question ? Is there some css we can add to correct This issue ?
Thank you
Can you try to replace this CSS:
html, body {
overflow-x: hidden;
}
with this:
.site {
overflow-x: hidden;
}
It works for the horizontal movement
But the sticky effect doesn’t work anymore
So do you have another solution please ?
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.
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 ?
Hi there,
have you changed the sticky blocks ? originally i saw 2 buttons, now there is a ToC menu.