• Resolved Anonymous User 14030592

    (@anonymized-14030592)


    Hello,

    I have the following problem:
    “In some cases (widget ?jumping“ during scroll and etc.) theme CSS changes may be required.”
    My fixed widget starts jumping at the beginning. Which CSS changes are required?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I need help with this too. Anyone?

    Did anyone find a solution for this?

    Plugin Contributor Max Bond

    (@max-bond)

    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 6 years, 1 month ago by slipperx. Reason: clarify
    Plugin Contributor Max Bond

    (@max-bond)

    @slipperx!

    For any new ideas I need to see your site!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘widget ?jumping“ during scroll’ is closed to new replies.