Title: Widget disappears when scrolling&#8230;
Last modified: August 21, 2016

---

# Widget disappears when scrolling…

 *  [Martin Pagac](https://wordpress.org/support/users/biolampy/)
 * (@biolampy)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/)
 * Hi, I would love to use your plugin however the widget disappears after scrolling…
   When I scroll down it disappears, when I scroll back up it appears again… Can
   you help me pls?
    Thanks
 * [https://wordpress.org/plugins/q2w3-fixed-widget/](https://wordpress.org/plugins/q2w3-fixed-widget/)

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

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/#post-4667368)
 * Hi!
    I can try to help, but I need link to your site
 *  [semester3](https://wordpress.org/support/users/semester3/)
 * (@semester3)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/#post-4667556)
 * hello I am having the same issue.
 * I have changed certain settings around a few different times and playing with
   different margin-top and margin-bottom settings.
 * When I have the margin top set high enough to make the widgets be passed the 
   main optin form…The widgets don’t show til Im towards the end and then they scroll
   in the reverse direction.
 * I assume scrolltop might cause issues.
 * I’ve tried moving the hook priority a few different ways as well.
 *  [semester3](https://wordpress.org/support/users/semester3/)
 * (@semester3)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/#post-4667557)
 * [here](http://brandroar.com/blog) is the site I am trying to fix the two coming
   soon images.
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/#post-4667558)
 * Hello, semester3!
 * This is a CSS problem. You have to change #sdrn_wrapper style:
 *     ```
       #sdrn_wrapper {
       position: relative!important;
       z-index: 2;
       -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       transition: -webkit-transform .3s ease;
       transition: -moz-transform .3s ease;
       transition: -o-transform .3s ease;
       transition: -ms-transform .3s ease;
       transition: transform .3s ease;
       /* -webkit-transform: translate3d(0px, 0, 0); */
       -moz-transform: translate3d(0px, 0, 0);
       -o-transform: translate3d(0px, 0, 0);
       -ms-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
       }
       ```
   
 * Disable `-webkit-transform: translate3d(0px, 0, 0);` property!

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

The topic ‘Widget disappears when scrolling…’ 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
 * 3 participants
 * Last reply from: [Max Bond](https://wordpress.org/support/users/max-bond/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/widget-disappears-when-scrolling/#post-4667558)
 * Status: not resolved