Title: Blog entry layout
Last modified: August 30, 2016

---

# Blog entry layout

 *  [HumblePie](https://wordpress.org/support/users/humblepie/)
 * (@humblepie)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blog-entry-layout/)
 * Good evening,
    Sorry to repost this question, but I’ve been trying out many plugins
   and pieces of code to get what I want. They all involve creating a page which
   includes short code, and I’d rather stick with this theme’s structure. I managed
   to get the right size of thumnails in the home page post listing using this custom
   CSS code I found on this forum:
 *     ```
       .blog img.attachment-post-thumbnail.wp-post-image.img-responsive, .blog .entry-content .thumbnail-post .mask, .blog .entry-content .thumbnail-post div.icon, .blog span.thumbnail-post {
       max-width: 200px;
       }
       ```
   
 * It works for the home page listing, but how can I apply the same solution when
   the page lists posts from a specific category?
 * I’m also trying to have a blog listing layout where the thumbnail sits at the
   left of the post exert and meta. That too, I’d like to achieve without adding
   another plugin.
 * Thanks for your help!

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blog-entry-layout/#post-6745166)
 * Hi,
 * The code. `.blog` refers to blog.
 * Change it to `.category` and whole block of css might work for your category 
   pages if they are in the same HTML layout.
 * Thanks!
 *  Thread Starter [HumblePie](https://wordpress.org/support/users/humblepie/)
 * (@humblepie)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blog-entry-layout/#post-6745198)
 * Thank you very much ! It work for category queries as well as blog entries.
    
   Any idea about how to make the thumbnail appear to the left of the post exert?
   I’m not that familiar with coding, so I cant figure out if it’s a matter of CSS
   or if it requires some PHP. Thanks again !

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

The topic ‘Blog entry layout’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [HumblePie](https://wordpress.org/support/users/humblepie/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/blog-entry-layout/#post-6745198)
 * Status: not resolved