Skip to main content

Can the widgets on the right side be "Sticky"?

Can the widgets on the right side be "Sticky"?

Can the widgets on the right side be "Sticky"?

Radu

That would be nice.

Cointacter

That's how it should be. Definitely. I asked this multiple times and never got a reply about it.

teethy

Yes, I did it in my website.

Cointacter

teethyΒ it should be in core instead of hacking the core for a little feature...

teethy

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

Cointacter

teethyΒ if its just little css then give it to us bro, im doing other things

Jesse Benjamin

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;
}

Cointacter

Jesse BenjaminΒ yeah ok i see its doable thanks