Home>Support>Featured image too big in front page
  1. 10 years, 1 month ago William Lo

    I can send you print screen by email

  2. 10 years, 1 month ago William Lo

    Update: I recognize the problem. It is the featured image via URL. If I use page builder to upload featured image it can be solved.

    Is there any method to use URL to upload ? ( I am using Vintage premium

  3. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi William

    It’s possible to use CSS to set a max size for featured images, insert the following under Appearance > Custom CSS and adjust 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More