• We really like this theme because it is so… spacious.

    But we noticed that our post images with captions are blurry when using this theme.

    Commenting out the margin and max-width css in style.css removes the blur:

    .wp-caption img[class*="wp-image-"] {
    	display: block;
    	/* margin: 1.2% auto 0; */
    	/* max-width: 98%; */
    }

    We don’t know what that was meant to do.
    We don’t see any downside to commenting it out.
    In fact, unless we do so, this theme is not usable.

  • The topic ‘blurred captioned images’ is closed to new replies.