change featured image size in blog posts
-
is there a way to change the featured image size in the blogposts using css in my blog I want them smaller
the blog basilissimos.blog
thank youThe blog I need help with is: (visible only to logged in users)
-
Hi @simosvsimos,
Try out this code. Adjust height as needed.
header.entry-header {
min-height: 20vh;
} -
-
- The topic ‘change featured image size in blog posts’ is closed to new replies.