Title: Thumbnails Float Left in Theme
Last modified: August 20, 2016

---

# Thumbnails Float Left in Theme

 *  [SantaCruze](https://wordpress.org/support/users/santacruze/)
 * (@santacruze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/thumbnails-float-left-in-theme/)
 * Heya there,
 * Ive a little problem with my theme and the thumbnail version. My Themecode looks
   like that:
 * <div class=”entry”>
    <?php if (is_search()){ the_excerpt(); } if (is_category()){
   the_excerpt(); the_post_thumbnail(); }else{ the_content(‘Mehr lesen…’);} ?> </
   div>
 * Now the Question: The Thumbnail apears under the Text. What ive to change, to
   get the thumbnails floating left side at the text?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/thumbnails-float-left-in-theme/#post-2925044)
 * the post thumbnail image will have a css class which you can use in style.css;
   something like:
 * `.entry img.???? { float: left; }`
 * [http://codex.wordpress.org/Function_Reference/the_post_thumbnail#Styling_Post_Thumbnails](http://codex.wordpress.org/Function_Reference/the_post_thumbnail#Styling_Post_Thumbnails)
 * maybe you need to move the thumbnail code one line up.
    try and work with a tool
   such as Firebug [http://getfirebug.com/](http://getfirebug.com/) to identify 
   the thumbnail class
 *  Thread Starter [SantaCruze](https://wordpress.org/support/users/santacruze/)
 * (@santacruze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/thumbnails-float-left-in-theme/#post-2925051)
 * Heya there,
 * Thnx for the Reply. I managed to get it working without that 🙂

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

The topic ‘Thumbnails Float Left in Theme’ is closed to new replies.

## Tags

 * [float left](https://wordpress.org/support/topic-tag/float-left/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)
 * [wordpress-theme](https://wordpress.org/support/topic-tag/wordpress-theme/)

 * 2 replies
 * 2 participants
 * Last reply from: [SantaCruze](https://wordpress.org/support/users/santacruze/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/thumbnails-float-left-in-theme/#post-2925051)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
