• I’m trying to figure how to reduce the size of the featured image that shows alongside my post excerpts on the home page of my blog. I want to eventually introduce a second sidebar and so need to narrow the content container and reduce overall space taken up by the post excerpts that appear there.

    Does anyone know how to achieve that in this theme?

    My website is https://www.thoughthouse.org

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would just do it via CSS, since all other ways of adding new featured image sizes and copying and modifying the list post function etc. – would all be some quite long coding “just” for the image size..

    To do it via CSS, simply go to THEME SETTINGS -> CSS tab and add this:

    div.posts-img-left-content-right img.wp-post-image {
    width: 167px;
    height: auto;
    }

    then just modify to your needs. it will give this image size automatically to all featured images that are listed in image-left-content-right style only..

    Thread Starter Thoughtlife

    (@thoughtlife)

    Brilliant! Thanks!! Do you know how I’d go about altering the width of the content container too. Still trying to figure a way to do this so I can introduce the second sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the thumbnail size of the featured image on post list’ is closed to new replies.