• Resolved Stev3n

    (@stev3n)


    Hello =)

    Is there a way to change the size of the feature images? The ones that show up on the left side of each post on the index page? Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Stev3n

    (@stev3n)

    After a two hour long search, I found it. It’s in the style.css, located in the root folder of the theme. I managed to force the size of my images to 250×210 with the following code:

    .blog-thumb img {
        display: block;
        max-width:250px;
        max-height:210px;
        width: 100%;
        height: 210px;
    }

    Thanks anyways =)

Viewing 1 replies (of 1 total)
  • The topic ‘Post – Feature Image Size editing’ is closed to new replies.