Page 1 of 1
scrolling down sidebox howto
Posted: Wed Jun 25, 2025 12:28 am
by douwe
I want an HTML block and the sidebar to stay fixed while scrolling down — can someone help me with that?
Re: scrolling down sidebox howto
Posted: Wed Jun 25, 2025 9:52 pm
by onli
Hi, consider doing that with CSS. Either `position: sticky` or `position: fixed`, but you will likely need additional changes to make this work in an existing design.
You can apply CSS changes either directly to your theme, or add a file called user.css in your theme's directory and put the new CSS rules there.
If you link to your blog we could have a look at it and maybe construct the necessary rules. I would give it a try at least.