• I’m determined to get this plugin working but alas, the sidebar/widget keeps jumping off to the side when scrolling down. This is the css I have set up in my child theme for the widget-area which I suspect is what’s conflicting with the plugin. Can somebody help me out?!

    .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 28%;
    margin: 90px 50px 0px;
    border: 2px solid #F99;
    }

    https://wordpress.org/plugins/q2w3-fixed-widget/

  • The topic ‘Widget is jumping’ is closed to new replies.