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 size problem in posts

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

Hi:

I´m runnig a site on Vantage and I need the posts to have a featured image so you can see them as carrousell in the home page.

The thing is: when I open the post, the featured image appears huge in the post.
Example: http://www.proyectomaya.com/nawal-kej-o-venado/?preview=true&preview_id=334&preview_nonce=749d326878&post_format=standard

How can I change the featured image size?
I tried editing the size in the Media Library but it doesnt work.

Thanks.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 6 months ago

    Hi

    Under Appearance > Theme Settings > Blog you can hide the Featured Image on single post pages. There is unfortunately no size setting for the single post page.

    You can try the following under Appearance > Custom CSS to set the featured image size for both the archive and single post pages, adjust the percentage as required:

    /* Set a max-width for the single post and archive featured image */
    .single .entry-thumbnail img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    }
    article.post .entry-header .entry-thumbnail img {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    }

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