Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389360

    minyona
    Participant

    If I want a section background image to align with the bottom of the image visible, how would I do that?

    #1389361

    minyona
    Participant
    This reply has been marked as private.
    #1389837

    Friech
    Moderator

    Hi There,

    Thanks for writing in! That is the Parallax effect. Please set a image background to your section and enable the parallax option.

    http://prnt.sc/eejfed

    Hope it helps, Cheers!

    #1390721

    minyona
    Participant

    No.. that’s not what I mean. It’s alreassdy set to parallax. What I am asking is how to have the image align differently at the start.

    #1391078

    Friech
    Moderator

    Hi There,

    Sorry for the confusion, please turn off the parallax and have the inline css below on the section’s style field.

    background-attachment: fixed; background-position: center bottom;

    We can’t control the background-image position if we have it as parallax, so we need to disable it.

    Thanks.