Hi, I'm trying to set the image size for the featured images being used on my blog pages. I have tried setting the px when uploading the image and via CSS using:
body .featured-img {
max-height: 200px!important;
width: 200px!important;
}
Neither have worked.
I am using the standard blog w/sidebar template for my blog page. I'm aiming for it to use the same format as: https://blog.quantum.com/
Does anyone knows how I can get the blog page and posts to have the same image format as shown in the link above?
Hi, I'm trying to set the image size for the featured images being used on my blog pages. I have tried setting the px when uploading the image and via CSS using:
body .featured-img {
max-height: 200px!important;
width: 200px!important;
}
Neither have worked.
I am using the standard blog w/sidebar template for my blog page. I'm aiming for it to use the same format as: https://blog.quantum.com/
Does anyone knows how I can get the blog page and posts to have the same image format as shown in the link above?