Background Positioning (Mobile) Works On One Page, But Not Another

I love your theme!

Any idea why the 1st background image on this page re-positions properly for mobile:

http://www.funnydummy.com/comedian-ventriloquist

But this one doesn’t?

http://www.funnydummy.com

I used this same CSS for both:

@media (max-width: 480px) {
$el .x-bg-layer-lower-image {
background-size: 300% !important;
background-position-x: 16% !important;
background-position-y: 26% !important;
}
}

Thank you!

Hello @dotcomdesigngrouop,

Thanks for writing in!

Your homepage is using a background video. The given css will only affect background images. Videos are not included.

Hope this helps.

Hi @RueNel,

Thanks!

That explains what’s going on.

Best regards,

Justin

You’re welcome, Justin. Glad we’re able to explain the cause of the issue.

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