Title: Jumping Widget while scrolling down
Last modified: February 10, 2017

---

# Jumping Widget while scrolling down

 *  Resolved [gyopokeith](https://wordpress.org/support/users/gyopokeith/)
 * (@gyopokeith)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/)
 * Hello,
 * I tried to find some CSS solutions in the forum for the jumping widget problem,
   but they didn’t seem to work for me.
 * Love your plugin, but I can never seem to get it to work without jumping.
 * Please help!
 * [https://seoulistic.com/blog/seoul-shopping-11-best-places-to-go-shop-for-korean-fashion/](https://seoulistic.com/blog/seoul-shopping-11-best-places-to-go-shop-for-korean-fashion/)
    -  This topic was modified 9 years, 4 months ago by [gyopokeith](https://wordpress.org/support/users/gyopokeith/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/#post-8789441)
 * Hello!
 * Yes, it’s a common problem. In layout.css there is style definition for widget
   class:
 *     ```
       .widget {
           padding-bottom: 30px;
           margin-bottom: 30px;
           position: relative;
       }
       ```
   
 * position: relative; – that’s the problem.
    You can change it to `static`, delete
   or comment. Or you may override position property by your own style:
 *     ```
       .widget {
           position: static !important;
       }
       ```
   
 *  Thread Starter [gyopokeith](https://wordpress.org/support/users/gyopokeith/)
 * (@gyopokeith)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/#post-8789482)
 * Thanks for you reply and help!
 * I added position: status !important; to the theme file css sheet, but now the
   widgets separate from each other? There’s a big space between them, and they 
   don’t stay fixed.
 * I would really appreciate your help again!
 * Thank you
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/#post-8789532)
 * Remove !important, stay it just static
 *  Thread Starter [gyopokeith](https://wordpress.org/support/users/gyopokeith/)
 * (@gyopokeith)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/#post-8789538)
 * Max you’re the man! Thank you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Jumping Widget while scrolling down’ is closed to new replies.

 * ![](https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479)
 * [Fixed Widget and Sticky Elements for WordPress](https://wordpress.org/plugins/q2w3-fixed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-fixed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-fixed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-fixed-widget/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [gyopokeith](https://wordpress.org/support/users/gyopokeith/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/jumping-widget-while-scrolling-down/#post-8789538)
 * Status: resolved