Featured Image Size
-
Can someone help me with reducing the size of the featured images using CSS? Not sure how to do that or what the code should be.
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi.
Yes. In addition your pic definition is 519px × 501px and your blog is using it 1167px width.
Anyway I am not sure using CSS is the best solution for you. I would try to change this size editing your image in the post/page (https://en.support.wordpress.com/images/adding-images-to-posts-or-pages/).
Just in case there is no other way to solve it, I should add this code (using the width best fit your layout needs):
h3 img.wp-image-66 {width: 300px;}I hope this helps you.
-
Sorry, I think I didn’t understood you: the above CSS code will only work with this image!
I insist you to try to change these images size in yous posts / pages.
-
- The topic ‘Featured Image Size’ is closed to new replies.