Hi, currently my blog posts are a little uneven (depending on the image size or number of lines of header text). Is there a way to standardize in more of a grid format?
The height of blog post in grid depends on the height of each element inside: title, description. You need to make title and description of fixed height. You should be careful, cause fixed heigh may generate empty space if it is too big, or cut the content is it is not enough.
Gotcha, thanks. How would I go about doing that, css?
Also, I have varying sized images but some are parallel and some aren’t is this due to aspect ratio?
850×566 & 1024×683 are the same size, but a 1024×768 is not. I’m looking for a repeatable way to have the same size images. Is there a way to do this in WP or do the image sizes need to be changed before they’re ever uploaded?