Title: Fixed widgets jumping or overlapping
Last modified: November 2, 2016

---

# Fixed widgets jumping or overlapping

 *  [gella2002](https://wordpress.org/support/users/gella2002/)
 * (@gella2002)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/fixed-widgets-jumping-or-overlapping/)
 * Hello there, thank you for your great plugin! Please advise what can be done 
   in my case: Avada theme, sometimes the fixed widgets jump, sometimes overlap.
   Testing in Safari or Firefox. Please see [here](http://www.nmikhaylova.ru/praktika-6-kriteriev-dlia-vybora-banka/)
   for example. I can’t replicate certain conditions why it happens, but widgets
   behaviour is definitely not what we wanted of them ) Thank you in advance

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/fixed-widgets-jumping-or-overlapping/#post-8387715)
 * Hi!
    First of all remove `position: relative` css property from widget container.
   Here:
 *     ```
       .fusion-content-widget-area .widget {
           margin-bottom: 45px;
           /* position: relative; */
       }
       ```
   
 * and here:
 *     ```
       .sidebar .widget {
           margin-bottom: 45px;
           /* position: relative; */
       }
       ```
   
 * Theses changes may help or may not, but we need them to continue debuging!

Viewing 1 replies (of 1 total)

The topic ‘Fixed widgets jumping or overlapping’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Max Bond](https://wordpress.org/support/users/max-bond/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/fixed-widgets-jumping-or-overlapping/#post-8387715)
 * Status: not resolved