Home>Support>Featured Image on Post Page

Featured Image on Post Page

Hi, how do to make the featured image appear smaller on the post page. For the thumbnail I use 400×380 for my essential grid plugin but when you go to the post page the picture is distorted..Is there any way to make the image smaller..

Example below:

http://www.hoodielife.com/bacon-hoodie/

Would just like to make the image appear a little bit smaller

Thanks for taking the time to answer this inquire

-Will

URL: http://www.hoodielife.com/bacon-hoodie/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 26 days ago Andrew Misplon
    Hi, I Work Here

    Hi William Thomas

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Featured Images */
    
    article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
        max-width: 480px;
    }
    
  2. 9 years, 26 days ago Andrew Misplon
    Hi, I Work Here

    Try this instead:

    /* Featured Images */
    
    article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
    margin: 0 auto;
    max-width: 480px;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More