Title: Featured images &#8211; Frames
Last modified: September 1, 2016

---

# Featured images – Frames

 *  Resolved [langageetbricolage](https://wordpress.org/support/users/langageetbricolage/)
 * (@langageetbricolage)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/)
 * Hi 🙂
 * The “frames” are too big for my featured images, so I would like to change the
   size of the frames (the height is correct, but not the width). How can I do that?
 * My website is: [http://www.langageetbricolage.ca/](http://www.langageetbricolage.ca/)
 * Thank you!

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

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490871)
 * Hi there,
 * You could use some custom CSS to achieve what you’re after.
 * To add custom CSS, firstly [set up a child theme](https://codex.wordpress.org/Child_Themes)
   or [activate a custom CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css).
   If you have Jetpack active then you can also enable [its custom CSS module](https://jetpack.com/support/custom-css/).
 * Enter the following snippet in either the editor for your CSS plugin or the style.
   css file of your child theme:
 *     ```
       .home .featured-image {
           margin-right: 21%;
           margin-left: 21%;
       }
       ```
   
 * Let me know how you get on with that or if extra questions come up.
 *  Thread Starter [langageetbricolage](https://wordpress.org/support/users/langageetbricolage/)
 * (@langageetbricolage)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490893)
 * Thank you!
 * It’s perfect 🙂 I’m really happy with the result!
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490905)
 * You’re most welcome! I’m glad that worked out for you. 🙂
 *  Thread Starter [langageetbricolage](https://wordpress.org/support/users/langageetbricolage/)
 * (@langageetbricolage)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490909)
 * Hi,
 * Just a little tip:
    It’s also necessary to enter this:
 *     ```
       .category .featured-image {
       	margin-right: 21%;
       	margin-left: 21%;
       }
       ```
   
 * Because if you leave the homepage and navigate in the website’s menu the frames
   are still too big!
 * 🙂
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490912)
 * Thank you for sharing your tip!

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

The topic ‘Featured images – Frames’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/featured-images-frames/#post-7490912)
 * Status: resolved