Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Fixed Background Responsiveness Issue #1081010

    Hi Ismael,

    Thanks for your response. Unfortunately, it came late. I had to use a different layout.

    Thanks anyway.

    in reply to: Fixed Background Responsiveness Issue #1078764

    Hi,

    Thanks for your response.

    I’m not sure what link you’re talking about. Actually, I’m not using the demo because of those issues, so I have no link to provide you with.

    Here is the link to the demo: https://kriesi.at/themes/enfold-visual-artist/

    When opening this link on iOS you won’t see background images in the upper sections of the page, while on Android, whatever the browser is, they are very large.

    I would like to mention that it works fine on the browsers’ mobile emulators.

    I’ve read in some threads that backgrounds can’t be fixed on mobile devices, and have added this code to make them scroll and eventually fix the issues, but It didn’t work.

    @media only screen and (max-width: 767px) {
    .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li {
        background-attachment: scroll;
        background-size: cover;
    }
    }

    Thanks for your help.

Viewing 2 posts - 1 through 2 (of 2 total)