How to Align Page Background Image

Hi,

I want to left align the background image that I’ve set in the page’s dashboard edit page for the ‘Background Image(s)’ field. In the source code, the background image uses the following…

<script>jQuery.backstretch(["/wp-content/uploads/2017/09/motorhome-ramp-background-2.jpg"], {duration: 7500, fade: 0});</script>

How do I set the vertical and horizontal alignment for this?

Thanks,
Adam

Hi Adam,

Thank you for writing in, you can add this in Theme Options > CSS

/*horizontal position of the page's background-image*/
.backstretch {
	left: -100px !important;
}

0 is the default, a positive value is to right, and a negative value is to left.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.