Site logo

Archived topic

Facing issue with sticky sideber

3 replies · Started by suraj on June 18, 2018

Viewing posts 1–4 of 4

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.
1
2
3

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.

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!

This archived topic is closed to new replies.