Change size of post thumbnails on home page
- The topic ‘Change size of post thumbnails on home page’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I would like to change the size of the thumbnail images used for recent posts on my home page. Is it possible to make them wider with custom CSS?
The blog I need help with is: (visible only to logged in users)
Hi,
Your blog is awesome and you have given a unique look to Anemone theme by bold Typography and selection of Featured Images, Congrats!
I have written a CSS snippet for you. May be it will help you. Please try,
.has-post-thumbnail .entry-image-wrapper {
/* width: 48%; Default */
/* margin: 0 40px 0 0; Default */
width: 55%;
margin: 0 20px 0 0;
}
.has-post-thumbnail .entry-content-wrapper {
/* width: 46%; Default */
width: 39%;
}
Thanks
Hi,
Thank you for your quick reply and kind words!
I might, however, have not asked the proper question. What I was looking for is a way to remove or change the thumbnail’s crop so that it changes the whole image. At the moment, it crops just wrong.
Any chance you can help me with this task?
Hi,
Thumbnail sizes are defined according to theme design and can’t be changed via simple CSS snippets.
Hope it will help you.
Thanks
Thank you for explaining it.
Is it possible to change which part of the image is cropped? i.ex. move the crop more to the left or right?
Hi,
Sorry, it can’t be possible, as it is programmed in the theme files.
Hope it will help you.
Thanks