Viewing 1 replies (of 1 total)
  • I put this in the css file (SU css file under settings or your child theme) and it works just fine for me. Just customize the width and height for whatever you need it to be.

    
    .su-posts-default-loop .su-post-thumbnail img {
        max-width: 250px;
        max-height: 250px;
    }
    
    .su-posts-default-loop .su-post-thumbnail {
        width: 250px;
        height: 250px;
    }
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘POSTS – how to change thumbnail size’ is closed to new replies.