Can the widgets on the right side be "Sticky"?
Can the widgets on the right side be "Sticky"?
That would be nice.
That's how it should be. Definitely. I asked this multiple times and never got a reply about it.
Yes, I did it in my website.
teethyΒ it should be in core instead of hacking the core for a little feature...
CointacterΒ where in the world is super small css code hacking? Why I can't use it? And the feature is good much better than no sticky. Honestly I don't understand why people can't spend less time to do it on their website than spend more time writing about.....
teethyΒ if its just little css then give it to us bro, im doing other things
Malcom HeardΒ CointacterΒ here's a tiny bit of CSS that might do the trick. Just roughed it super quick and not properly tested but might be helpful:
aside.fcom_resp_side {
overflow: initial;
}
aside.fcom_resp_side>.fcom_main_side_wrap {
position: sticky;
top: 4.5rem;
}
Jesse BenjaminΒ yeah ok i see its doable thanks