Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236673

    On this page here: http://mormonconversations.com/lifeengineering/about/an-interesting-past/

    If you scroll to the very bottom, I have two color sections with background images set to parallax. Right now they’re set to be oriented to the upper left of the color section, but that makes them go way out to the right, cutting off much of the photo.

    I’d like to set the background so that its 100% of the browser width, but can’t seem to figure out what css to use. Could someone help?

    Thank you.

    #237359

    Hey Rusty!

    Have you tried using the top center option for the background position? Please try this on Quick CSS or custom.css:

    .avia_mobile .avia-full-stretch {
    background-attachment: scroll !important;
    background-size: 100% 130% !important;
    background-position: center top !important;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.