• Hi, strange thing happening here. I’m trying to stick an OptinMonster sidebar widget, and as soon as Q2W3 tries do stick it just disappears. You can check it out here:

    felipecoelho.net/blog

    Any help will be appreciated.

    Thanks in advance,
    Felipe.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    The problem is in this style:

    @media (min-width: 981px)
    .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_1_3 .et_pb_widget, .et_pb_column_1_4 .et_pb_widget {
        width: 100% !important;
        margin-right: 0;
    }

    You have to disable this property – width: 100% !important; or just remove !important directive!

Viewing 1 replies (of 1 total)

The topic ‘Widget disappearing’ is closed to new replies.