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.

Post Thumbnail

Resolved 3 replies questionthemetheme-vantage
10 years ago · Last reply by Alex S 10 years ago

Hello I’m wondering if there is any chance to make the thumbnail customized to be displayed in homepage? currently my blog setting is as follows:

Blog Archive Layout: blog
Featured Image Type: small

the challenge is the small icon is to small, any way to customized it? but retaining it layout (left)image (right) text

regards

Art

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 10 years, 12 days ago

    Hi Artonpixel,

    Have you tried increasing the featured image type? If you have, and this is still an issue; could you please send me a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. artonpixel 10 years, 9 days ago

    Hello Alex, I’m so sorry for the late reply, yes I have tried but it is still not working, I just want to increase the blog small icon, currently I’m working on wamp for development so I cant show any URL at the time. any custom css for this?

    Thank you!

  3. Alex S Staff 10 years, 9 days ago

    Hi Artonpixel,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .blog .entry-thumbnail { /* The thumbnail */
        width: 11.68%;
    }
    .blog .entry-main { /* The content section */
        width: 84.41%;
    }
    .blog .entry-main .entry-header { /* The post title, and post meta section */
    }

    Then adjust the width / heights to your liking. I’ve set the widths to the default as I’m not too sure exactly how large you would like it. Make sure that the width doesn’t equal over 100% or they’ll be shifted to other rows. If you need any help with making any changes please be sure to post follow up CSS and an image of what the issue looks like so I can resolve it.

    You might also need to install the SiteOrigin CSS Editor.

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