Viewing 2 replies - 1 through 2 (of 2 total)
  • this rule is changing all your post images on mobile.

    @media screen and (max-width: 959px)
     .entry-content img {
      width: 680px;
    }

    change it to

    @media screen and (max-width: 959px)
     .entry-content img {
      width: auto;
    }

    or put it on child-theme

    Thread Starter Nicko51

    (@nicko51)

    Hey Lynnais, thanks for you answer! ??
    I had completely missed this line :'(

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Image display problem’ is closed to new replies.