Background Image Show Full

http://nextlevelwebhosting.com/vertical

I have set a background image for this page to use at the top. I want it to show in full. The top of the picture is being cut off, particularly on laptop. How can I set it so that it does not zoom in? Thank you.

Hello @nlwebdesign,

Thanks for writing in!

To resolve your issue and make sure that your background image will always display on top, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .backstretch img{
    top: 0 !important;
}

We would loved to know if this has work for you. Thank you.

1 Like

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