[Resolved] Facing issue with sticky sideber

Home Forums Support [Resolved] Facing issue with sticky sideber

Home Forums Support Facing issue with sticky sideber

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #602810
    suraj

    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.

    #602998
    Leo
    Staff
    Customer Support

    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.

    #603671
    suraj

    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.

    #603737
    Leo
    Staff
    Customer Support

    Glad you figured out!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.