Featured photo on blog posts
On my home page http://www.larryg.com/mdwsa2/ , the feature photo has consistent width, but the height is varies depends on the amount of text on the page. Thus, I get heads cutoff etc. I have made all of my pictures square (1 to 1 ratio) as this is what you recommend in the instructions. Previously you recommend that I add this to the additional CSS to add some margins.
}
.post-archive .content-right, .hero-content-wrapper .entry-container {
padding:10px 25px;
}
Any way I can get all of the heights of the photo's the same? Would eliminate heads being cutoff. I want the website to remain responsive.
Thanks
Marty