Title: Resizing Featured Image
Last modified: August 21, 2016

---

# Resizing Featured Image

 *  [pranaman](https://wordpress.org/support/users/pranaman/)
 * (@pranaman)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/resizing-featured-image/)
 * Hi,
 * I think the featured size of 440×300 image at [http://www.mynewhealingsite.com/sofia/](http://www.mynewhealingsite.com/sofia/)
   is too big.
 * I see
 * .featured-image img {
    float:right; margin-top:44px; }
 * in style.css. I didn’t see any reference to 440×300.
 * How can I resize it, either by % or by a set size constraint?
 * Thanks.

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

 *  [Stanko Metodiev](https://wordpress.org/support/users/metodiew/)
 * (@metodiew)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/resizing-featured-image/#post-4343807)
 * I think this CSS selector is not using at this moment. Those dimensions 440×300
   comes from <img> html tag.
    You can try with this:
 *     ```
       .home .grid.col-460 img {
       width: 300px;
       height: 200px;
       }
       ```
   
 * Of course these parameters are for the example.
    Make sure you will use Child
   theme for changes or some plugin for custom CSS.
 *  Thread Starter [pranaman](https://wordpress.org/support/users/pranaman/)
 * (@pranaman)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/resizing-featured-image/#post-4343984)
 * Metodiew,
 * Thank you, as you may know, it did work 🙂 . And I am using a custom CSS plugin.
 * Now, for the text… looks too far to the right.
 * What file are those parameters in? How can I figure out how to move that block
   of text next to the featured image over?
 *  [Stanko Metodiev](https://wordpress.org/support/users/metodiew/)
 * (@metodiew)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/resizing-featured-image/#post-4343987)
 * I’ll try to give you another example parameters, but you have to play with them
   to achieve what do you want to have.
 * In your Custom CSS:
 *     ```
       .home .featured-subtitle {
           margin-left: -50px;
       }
   
       .home .grid.col-460 p {
            margin-left: -50px;
       }
       ```
   
 * The first one is of subtitle and the second one is for text below. Once again,
   those are example values
 * Small tip: if you are not familiar with Chrome Inspector, this might be helpful
   for those small tweaks:
    [https://developers.google.com/chrome-developer-tools/](https://developers.google.com/chrome-developer-tools/)

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

The topic ‘Resizing Featured Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shell-lite/1.8.0/screenshot.png)
 * Shell Lite
 * [Support Threads](https://wordpress.org/support/theme/shell-lite/)
 * [Active Topics](https://wordpress.org/support/theme/shell-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shell-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shell-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Stanko Metodiev](https://wordpress.org/support/users/metodiew/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/resizing-featured-image/#post-4343987)
 * Status: not resolved