Jumbotron not fixed

Hello,

as far as I know the background image on the Jumbotron should stay fixed or float a little while scrolling down, but on this site I´m working on it stay absolute and scroll away with the header.

site is: ilbavero.it

Thanks

L

Hello there,

I hope you are doing well today.

I tried to check that website but it cannot be reached, could you please check the link?

Best Regards,
Support

yes it should be correct:

http://www.ilbavero.it/?lang=en

thanks

Hello there,

I hope you are doing well today.

The page now loads, please go to Appearance > Customize > Jumbotron and ensure the parallax option is enabled then refresh the page and check to see if the parallax effect works.

Best Regards,
Support

it was enabled already, and to the path Appearance > Customize > Jumbotron I guess you have to add FRONT PAGE SECTIONS after customize right?

anyway nope, not working

Hey there,
Hope you’re doing well today

It seems some Custom CSS has forced the background-attachment to be set to fixed. Could you go to Appearance > Customize > Additional CSS or wherever you add Custom CSS and ensure that you remove the following code:

#header {
background-attachment: initial !important;
}

If you don’t have this, just add this to your Custom CSS:

#header {
background-attachment: fixed!important;
}

I hope this helps :slight_smile:

Best Regards,
Support

That was it,

totally my fault then don´t even remember why I put it there

Thanks

L

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support