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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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; }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.