Tagged: parallax
Hello,
I’m using a color section, added a background image and set “parallax” .
In the color section, I placed two images and text.
Now, the first time you click on the menu to “about us”, it’s okay. But then when you scroll to the top of the page, the color section falls over the full screen slider.
What am I doing wrong?
What I want to achieve is a slightly “moving” background image (like the background image on the enfold demo “restaurant” section “our menu“). On that image the two pictures will be placed.
How can I do this?
Thanks for your answer!
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Hi,
But then when you scroll to the top of the page, the color section falls over the full screen slider.
That behavior is unexpected, it is being caused by this custom code (specifically the position: static
rule):
.avia-section {
clear: both;
width: 100%;
float: left;
min-height: 1px;
position: static;
}
Also, i moved your Quick CSS custom code to your child theme style.css for better editing.
Regards,
Josue
Thanks Josue! Now it’s works as I hoped … ;-)