This topic has 4 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
I’m seeing that my featured image on blog posts uses the full size of the image. Not all the images uploaded are the same size. I’d like to use a set size for all blog posts, regardless of the size of the original featured image to give the page a uniformed look.
What do I need to add to make the theme display a cropped/fixed size version of the featured image for all blog posts?
Thanks!
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Info provided.
Hello,
You can change images sizes on blog page using this code in custom.css file:
.post-default .post-images {
width: 600px;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up