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.
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