Shapely – Parallax full background not responsive to mobile?

Hi,

I have two widget “Parallax Section” for my Home Page.

One work very good, I choose “Bottom” for image position. But the other i choose “Background Full” and when I visit my site on my Ipad, the image does not resize to the smaller screen.

site : test.secretdream.fr

I added code you mentionned in another post to the custom CSS field but no change.

Thank you

Hi,

I checked the website but I could not see where is the issue. Could you point me out?

Thanks,

Cristian

Parallax full background not responsive to tablet :

With Ipad i have this screen :

And with mobile this :

Hi,

Try this css code:

.shapely_home_parallax .align-transform {
    max-height: 100%;
}

@media (max-width: 767px){
#custom_shapely_home_parallax-9.shapely_home_parallax .fullscreen {
    height: 131vh;
}
}

Thanks,

Cristian

Hi, thank you for your answer.

It doesn’t work… I don’t know why…