Every time we post a thumbnail for our blog, it zooms in on the picture, and cuts off some of our text. How do we make it so it doesn’t zoom? See picture attached for detail…

Every time we post a thumbnail for our blog, it zooms in on the picture, and cuts off some of our text. How do we make it so it doesn’t zoom? See picture attached for detail…

Hey Chris,
Please add this code in X > Theme Options > CSS:

a.entry-thumb {
background-size: contain;
}
Hope this helps.
It does! The only issue I’m running into, is that I can’t seem to find that “categorized page” for my podcasts. For instance…
User Clicks on “Podcasts” and it takes them to a page that’s categorized as “podcasts”. What page should I place that code under, as their is no set page, because it’s just being categorized if that makes sense.
Thanks!
It does! The only issue I’m running into, is that I can’t seem to find that “categorized page” for my podcasts. For instance…
User Clicks on “Podcasts” and it takes them to a page that’s categorized as “podcasts”. What page should I place that code under, as their is no set page, because it’s just being categorized if that makes sense.
Thanks!
Glad you’ve sorted it out 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.