This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Featured Image on Post Page

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Andrew Misplon Staff 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread