Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey, so it looks like you’ve added this to your custom css:

    .single-article .post-single-img {
    -webkit-transform: translateZ(0);
    }

    Try removing that and see if it doesn’t fix your problem.
    `
    Hannah

    Thread Starter Kazek

    (@kazek)

    Actually I haven’t changed this line, but adding this without “Z” helped:

    .single-article .post-single-img {
    -webkit-transform: translate(0);
    }

    Thanks for help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disappearing photo in post header’ is closed to new replies.