Archived topic
Facing issue with sticky sideber
3 replies · Started by suraj on June 18, 2018
I am using https://gpsites.co/tasty/ theme for my blog.
I want to make right sidebar to be sticky.
So I tried https://wordpress.org/plugins/q2w3-fixed-widget/ plugin.
Everything works fine.
But only one problem is if I scroll up or down one outer line also moving up and down
Like this.



I am asking question here because. If any alternate is available within GeneratePress theme.
or can be "q2w3-fixed-widget" plugin issue fixed using any css?
I am using pro version of GeneratePress theme and Elementor plugin also.
I am running website in localhost.
Hi there,
Unfortunately I'm not familiar with that plugin. However these couple posts might be helpful:
https://generatepress.com/forums/topic/sticky-sidebar/page/2/#post-299770
https://generatepress.com/forums/topic/fixed-sidebar-after-scrolling/#post-260804
Let me know if this helps.
I fixed the issue by reducing the border size of sidebar to zero.
.sidebar {
border: 0px solid rgba(0,0,0,0.1);
border-top: 0;
}
I am trying to avoid plugins as much as possible.
Thanks for the links.
Glad you figured out!