Make images in news section smaller
-
Hello! So I am trying to make the featured images from the blog posts in our Latest News section on the static home page smaller. Right now they are really large and make that section much taller than I would like.
Does anybody know what code I could use to set a specific image size?
(Since they are featured images on the posts, I cannot select a size when uploading it on the actual post.) I want to change the image size on the home page only, not on the blog page.
I am using the Purpose theme.
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi there, you can give this a try and see what you think.
.home .feature-img img { height: 150px; }You can adjust the 150px value as desired.
-
-
- The topic ‘Make images in news section smaller’ is closed to new replies.