Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #389335

    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.

    http://www.itstwentytwo.nl/wp

    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!

    • This topic was modified 9 years, 10 months ago by Yigit.
    #389737

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #389859
    This reply has been marked as private.
    #389865

    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

    #390125

    Thanks Josue! Now it’s works as I hoped … ;-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘setting "parallax" on background image on color section’ is closed to new replies.