Feature image soze blog

Hi there,

I have added some feature images to our blog. They look awesome on the blog page with maonary layout

However , i’d really like to reduce this feature image on the blog page

Can you help at all?

Thanks

Chris

Hello Chris,

Thanks for posting in!

To reduce the featured image in the single blog post, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .entry-thumb {
    text-align: center;
    background-color: transparent;
}

.site .entry-thumb img {
    min-width: auto;
}

You may not like because the image is small. You must upload a featured image with at least 1200 width so that it will display decent enough.

Hope this helps.

:+1:thank you for the css, that is perfect.

I’ll update the image sizes too.

Hey Clay,

In case you want to read more about CSS, you may check these links:

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.