• Resolved alexcartago

    (@alexcartago)


    Hi, I having a problem with background attachment: fixed. In editor it works fine but on live preview the background image is gone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Alexcartago,

    I have the exact same problem on my clients websites.
    All website’s of my clients have the exact same theme and plugins but yet some of the website’s has this issue.
    Did you find a solution ?

    Hey Alexcartago,

    The below code worked for me.

    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      .elementor-5 .elementor-element {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    }
    
    Thread Starter alexcartago

    (@alexcartago)

    Hi nessor,

    Hey thanks man but the code is not working on my site. In github forums they said that the background issue is due to Chrome 67+ bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background-attachment: fixed bug!’ is closed to new replies.