Sticky left sidebar

Hello,

I"ve seen a few posts here from 2016 or older about having a special side bar but none of the css code works for me… here is my goal:

  • Only blog posts will have a sticky sidebar
  • Will add the page into the private area on this post

Goal: To have those ad banners stay on the page where ever they scroll …

Hi @fxground,

Thanks for reaching out.

That CSS was only applicable for such setup and we don’t maintain the same modification. That would require custom development that we can’t provide here in the forum. Making it sticky is simple, just by adding this CSS

.single-post .x-sidebar {
position: fixed;
}

The problem is syncing that floating sidebar with the rest of the layout while making it responsive. For that, I recommend contacting a developer for fitting implementation.

Thanks for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.