• Resolved dusan95

    (@dusan95)


    I want first “Get in touch” on the page to follow user until the end of black background, but it continues after that also. You can check In my code that I have added “sticky-stop” id in Div after that.

    Big thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The reason why the sticky element is not scrolling back up once element with reaches it, is because the following class is applied to the #sticky element:

    .et_pb_row_1.et_pb_row {
        margin-top: -50px!important;
        margin-right: auto!important;
        margin-left: auto!important;
        padding-bottom: 0px;
    }

    The !important part in there is what’s keeping the element from going back up. If it’s at all possible to remove that !important from there, my plugin will be able to do its job, though I can’t say if that results in other things you might not want.

    Thread Starter dusan95

    (@dusan95)

    Hello Mark,

    Big thanks! It solved my problem, I will need to find another way to move it more up. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Div not disappearing after Push-up Div in “Divi” theme’ is closed to new replies.