• gella2002

    (@gella2002)


    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 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

    (@max-bond)

    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.