Hey,
I’d like to reduce the thumbnail size in our Newsfeed. It currently looks like this:
I want it to look like this:
Help is very much appreciated!
Hey,
I’d like to reduce the thumbnail size in our Newsfeed. It currently looks like this:
I want it to look like this:
Help is very much appreciated!
Hello @Amadur,
Thanks for writing to us.
In order to decrease the post thumbnail image size, I would suggest you add this custom CSS code under the theme option —>CSS
article.type-post.has-post-thumbnail a.entry-thumb {
background-size: 70%;
padding-bottom: 45%;
}
Please feel free to change the padding and background-size as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Hey Prakash,
Thanks for the help! Worked perfectly =)
Hello @Amadur,
Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns regarding our theme and theme settings.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.