Featured image sizing
-
Hi,
I don’t normally use WordPress.com ,but doing this for someone else and having trouble with featured images.Basically, he wanted three columns on the blog, and I found some CSS to create that, no problem.
However, the featured image in each column is showing in a different size, and so it looks messy. The width is correct as it’s contained by the column, but the height varies according to the size of the image.
How can I set the featured image to be either a standard height or control the height of the image or maybe force the image to centre so that they all line up?
CSS to make the columns;
/* Grid Layout Custom CSS */
body.blog article, body.archive article {
width: 32.5%;
display: inline-block;
vertical-align: top;
text-align: left;
margin-bottom: 10px;
position: relative;}
Thank you very much for any help.
Cheers
Martin -
- The topic ‘Featured image sizing’ is closed to new replies.