A recent update added some extra margin to the featured image, causing the post title to move down too far on the blog page.


To fix this add the following to your stylesheet or Divi theme options:


/*Added 20/02/18*/
.ds-blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}



Applies to V1.2