Status
Not open for further replies.
3 comments
That happens when you use small images, a fast easy fix would be adding a fixed height for all images.

Add height: 415px; to this class: .wp-post-image (line 1078) - you'll end up with this:

PHP:
.wp-post-image {
    background: none repeat scroll 0 0 #F8F8F8; 
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    height: 415px;
    line-height: 0;
    margin: 0 0 1em;
    max-width: 100%;
    text-align: center;}



Clear your site/browser cache and refresh.
 
Status
Not open for further replies.
Back
Top