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.

Replies

3
  1. William Lo 11 years, 6 months ago

    I can send you print screen by email

  2. William Lo 11 years, 6 months ago

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

    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.

Have a different question or issue?

Start New Thread