Title: Post thumbnail issues
Last modified: August 22, 2016

---

# Post thumbnail issues

 *  [ceriol](https://wordpress.org/support/users/ceriol/)
 * (@ceriol)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-thumbnail-issues/)
 * Hello guys!
 * On my latest posts-page, I would like the post thumbnail aligned to the left,
   and the header and excerpt to the right. (Instead of the default above/below.)
   How can I do this?
 * Best regards
    Leo

Viewing 1 replies (of 1 total)

 *  Thread Starter [ceriol](https://wordpress.org/support/users/ceriol/)
 * (@ceriol)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-thumbnail-issues/#post-5369234)
 * I want it to look like [this](http://www.theradish.se/img/excerpts.jpg).
 * Do I do it in style.css or content.php?
 * I guess this is the basic structure of content.php. But I don’t know what to 
   do with it.
 *     ```
       <?php twentyfourteen_post_thumbnail(); ?>
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       	<header class="entry-header">
       	</header><!-- .entry-header -->
       	<div class="entry-summary">
       		<?php the_excerpt(); ?>
       	</div><!-- .entry-summary -->
       </article><!-- #post-## -->
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Post thumbnail issues’ is closed to new replies.

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

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [excerpt](https://wordpress.org/support/topic-tag/excerpt/)

 * 1 reply
 * 1 participant
 * Last reply from: [ceriol](https://wordpress.org/support/users/ceriol/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/post-thumbnail-issues/#post-5369234)
 * Status: not resolved