Problems in mobile devices version

Hello,

Today I updated the theme and the cornerstone plugin to its latest stable versions. After these updates, I have observed that some pages with Parallax content are not displayed correctly for mobile devices (tablets and mobile). This check is made with both iOS and Android.
Could you please help me fix these errors?

My site is https://www.carlosserres.com

Issue in IOS: https://www.dropbox.com/s/sz548jqygpm2r8m/IOS.mp4?dl=0
Issue in Android: https://www.dropbox.com/s/e7bzizqxth3gkwc/Android.mp4?dl=0

Thanks.

Hi @genuinesp,

Thanks for reaching out.

The parallax is supposed to be disabled on mobile, but I can confirm they are now active but since it’s on mobile, it doesn’t properly work well. For that, it should remain disabled, please add this CSS to Theme Options > CSS

@media ( max-width: 979px ) {
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
background-size: cover !important;
background-position: center center !important;
}
}

Hope this helps.

Cheers!

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