Title: Thumbnail size
Last modified: August 24, 2016

---

# Thumbnail size

 *  [dralsam](https://wordpress.org/support/users/dralsam/)
 * (@dralsam)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/)
 * Hi Tomas,
    I have a problem with thumbnail size that’s probably quite easy to
   fix. On the main blog page where my thumbnails are set to display, they appear
   in their original size, which is too big for me: [http://www.behavioraleconomics.com/blog/](http://www.behavioraleconomics.com/blog/)
   Is there a way to set a max (without cropping), i.e. 150 x 150? Many thanks for
   your help, Alain

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [dralsam](https://wordpress.org/support/users/dralsam/)
 * (@dralsam)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095611)
 * P.S. Under Settings -> Media I did change thumbnails to 150 x 150, but that has
   no effect.
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095700)
 * Hi Alain,
 * by default, the HappenStance theme uses a custom dimensions for the post thumbnails
   that are defined in “functions.php”. To use the thumbnail size that you set in“
   Settings > Media”, please edit the following code in “content-archives-standard.
   php”:
 * `<?php the_post_thumbnail(); ?>`
 * in this way:
 * `<?php the_post_thumbnail('thumbnail'); ?>`
 * Best regards
    Tomas Toman
 *  Thread Starter [dralsam](https://wordpress.org/support/users/dralsam/)
 * (@dralsam)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095768)
 * That’s excellent, thanks very much, Tomas! One follow up question: is it possible
   to have the excerpt text display to the right of the image (as it was before 
   this fix, I think), instead of underneath it?
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095775)
 * Hi Alain,
 * please use this custom CSS to align the post thumbnails:
 *     ```
       .post-entry .attachment-thumbnail {
         display: block;
         float: left;
         height: auto;
         margin: 0 15px 5px 0;
         width: auto;
       }
       ```
   
 * Best regards
    Tomas Toman
 *  Thread Starter [dralsam](https://wordpress.org/support/users/dralsam/)
 * (@dralsam)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095776)
 * Great, thanks very much, Tomas!
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095793)
 * You are welcome!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Thumbnail size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/happenstance/3.0.1/screenshot.
   png)
 * HappenStance
 * [Support Threads](https://wordpress.org/support/theme/happenstance/)
 * [Active Topics](https://wordpress.org/support/theme/happenstance/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/happenstance/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/happenstance/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/thumbnail-size-44/#post-6095793)
 * Status: not resolved