scrolling down sidebox howto

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
douwe
Posts: 3
Joined: Sun Jan 29, 2023 7:04 pm

scrolling down sidebox howto

Post by douwe »

I want an HTML block and the sidebar to stay fixed while scrolling down — can someone help me with that?
onli
Regular
Posts: 2957
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: scrolling down sidebox howto

Post 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.
Post Reply