I’ve got it!!
You need to add “height” to this part of the style.css
#content .post-image img {
border: 5px solid #CDCDCD;
margin: 10px 0;
float: none;
max-width: 620px;
width: 620px;
}
So, mine now is like this:
#content .post-image img {
border: 5px solid #CDCDCD;
margin: 10px 0;
float: none;
max-width: 620px;
width: 620px;
height: 250px;
}
Thank you for you help, anyways ??