scrolling down sidebox howto
scrolling down sidebox howto
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
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.
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.