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.

Change small thumbnail size

Resolved 4 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

Thank for the Vantage Pro template, I love it :-)

However, I would like to be able to change the size of the small thumbnail in the blog.

Preferable something like 300px wide.

How do I do that?

Thanks in advance.

HC

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. zkagen 11 years, 1 month ago

    Oups…
    I forgot to mention, it is the layout on this test page:
    http://wpwork.zkagen-marketing.dk/nyheder/

  2. Andrew Misplon Staff 11 years, 1 month ago

    Hi Hans

    You can change this by adding the following to Appearance > Custom CSS:

    /* Blog Small Image Layout */
    article.post.post-with-thumbnail-icon .entry-thumbnail, article.page.post-with-thumbnail-icon .entry-thumbnail {
    width: 11.68%;
    }
    article.post.post-with-thumbnail-icon .entry-main, article.page.post-with-thumbnail-icon .entry-main {
    width: 84.41%;
    }

    If you need to render the thumbnail over 150px you’d need to adjust the thumbnail size at Settings > Media and then run the Regenerate Thumbnails plugin.

    The above two percentages need to be adjusted together. Whatever you add to one must be subtracted from the other.

  3. zkagen 11 years, 1 month ago

    Brilliant!

    However the img padding right disappeared, but I have added the padding in the CSS as below, and it seems to work fine.

    /* Blog Small Image Layout */
    article.post.post-with-thumbnail-icon .entry-thumbnail, article.page.post-with-thumbnail-icon .entry-thumbnail {
    width: 24%;
    padding-right: 1%;
    }
    article.post.post-with-thumbnail-icon .entry-main, article.page.post-with-thumbnail-icon .entry-main {
    width: 75%;
    }
  4. Andrew Misplon Staff 11 years, 1 month ago

    Awesome, glad you were able to resolve. Thanks for sharing.

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