I need help with this too. Anyone?
Did anyone find a solution for this?
Hi!
Commonly jumping problem is caused by position: relative property assigned to widget container. Check your styles. If position: relative is applied to widgets, remove it or override with position: static property.
Hi
I have the problem of a jumping fixed widget once the ‘fixing’ takes place the sidebar seems to grow in width. I don’t see any position relative code in the css for the container either. I see
element.style {
position: fixed;
top: 117px;
width: inherit;
}
for the aside#rpwe_widget-2 (Recent Posts Extended plugin) element which is the container for the fixed widget but nothing I try is stopping the jumping on scroll – do you have any other ideas, please?
-
This reply was modified 7 years, 3 months ago by
slipperx. Reason: clarify
@slipperx!
For any new ideas I need to see your site!