May I make the featured image smaller in height?
- The topic ‘May I make the featured image smaller in height?’ is closed to new replies.
Need help? Check out our Support site, then
May I make the featured image smaller in height?
The blog I need help with is: (visible only to logged in users)
Hi there,
You’ll need a little custom CSS styling to apply a max width to your featured images.
.featured-image, .single .fallback { max-width: 800px; }
thank you!