Title: featured image
Last modified: August 20, 2016

---

# featured image

 *  [charlieleb](https://wordpress.org/support/users/charlieleb/)
 * (@charlieleb)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/featured-image-52/)
 * Can someone please help me make my featured image smaller.
    Here is my site: 
   [http://www.charmingchar.com](http://www.charmingchar.com) I have become very
   frustrated trying to find the answer. Thanks!

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

 *  [Alexander](https://wordpress.org/support/users/alexanderbepunkt/)
 * (@alexanderbepunkt)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/featured-image-52/#post-3549802)
 * Hi charlieleb,
 * Try to add this to your css:
 * .attachment-blog-thumb.wp-post-image {
    width: 80%; }
 *  [dondada79](https://wordpress.org/support/users/dondada79/)
 * (@dondada79)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-52/#post-3549865)
 * hi alexander, i found this helpful in resizing the thumbnail.
 * i was also able to move the image to the right of the post which is what i wanted.
 * here’s my site: [http://point2steve.com/](http://point2steve.com/)
 * but as you can see in the 2nd post, the image overlaps the text. how can i float
   it so that the title and text sit to the left of the image?
 * here’s what i added in the style.css file:
 * .attachment-blog-thumb.wp-post-image {
    width: 150px; border-style:solid; border-
   width:1px; border-color:#000000; position:absolute; right:5%; top:90px; }
 * thanks for all your help.
 *  [Abhay](https://wordpress.org/support/users/inizsoft/)
 * (@inizsoft)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-52/#post-3549866)
 * **[@charlieleb](https://wordpress.org/support/users/charlieleb/)** :
 * add this code in function.php
 * <?php add_image_size( ‘tribual’, 65, 50, true );?>
 * here 65 width and 50 height.
 * where you want to small image size change this code.
 * <?php the_post_thumbnail(‘tribual’); ?>
 *  [theitguy4196](https://wordpress.org/support/users/theitguy4196/)
 * (@theitguy4196)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-52/#post-3549868)
 * heyy charlieleb
    how did you get the slideshow on you home page…. that is excatly
   what i wanted to do with mine but couldn’t find a way how…?????? thanks!!!
 *  [gred78](https://wordpress.org/support/users/gred78/)
 * (@gred78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-52/#post-3549870)
 * To show the slider on your homepage do the following:
 * * Dashboard > Appearance > Theme Options
    * Under “Theme Options” the 3d bolded
   entry down is “Home Page” * Check the box under “Home Page” for “Sticky Post 
   Slider” * You must have 3 posts that are “Sticky” * Each of these posts must 
   have a featured image * Be sure that under Dashboard > Reading, you select “Front
   page displays latest posts” and not “static page”
 * That should do it for you.

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

The topic ‘featured image’ is closed to new replies.

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

## Tags

 * [featured images](https://wordpress.org/support/topic-tag/featured-images/)

 * 5 replies
 * 6 participants
 * Last reply from: [gred78](https://wordpress.org/support/users/gred78/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-52/#post-3549870)
 * Status: not resolved