Hi I am trying to use the parallax BGRs but they behave quite strange, only at times.
Sometimes it positions the Parallax bgr correctly other times it gets cut off…
I believe it has to do with the image loading and the attaching of the background positioning event!
Hi yavors!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-parallax { background-size: cover; }
Regards,
Yigit
Hi,
No effect, refresh the page several times when at the top of the page and you will see the same effect, sometimes the BGR gets positioned at the wrong place.
Hey!
Please try this:
div#section_display .av-parallax {
background-size: 100%;
top: -250px;
background-position: 40% !important;
}
Best regards,
Ismael
Hi,
Same thing, check the URL again!
Which top margin and why would I change it to -500px, that would break my layout…?
Have you actually looked into the issue of attaching the scroll event and its position? Like I said, the problem has to do with the event being attached and the images being loaded as sometimes the problem doesn’t show, I think when the image is loaded first.