• Hello,

    I’ve been using the Evolve theme for a while on different sites. On one of my sites. post images are getting distorted.

    The images seem to want to be square in shape. If is use a rectangle, they get distorted.

    A rectangular banner in the post gets a little distorted also. I’ve searched for help on this, but no luck.

    Link to an example on the site

Viewing 1 replies (of 1 total)
  • Remove the max-height from the following css code found in your Theme Options -> Custom CSS

    img.img-responsive {
      max-height: 290px !important;
      min-height: 290px;
    }

    You are setting a max-height on image with class name img-responsive
    There those images in your content are restricted to 290px which is why you see them distorted.

Viewing 1 replies (of 1 total)

The topic ‘Post Images Distorted’ is closed to new replies.