Hi!
I want to edit the default display size of the featured image in my blog posts.
How can I do that?
Hey marihonaa,
How exactly are you looking to alter them? Please try to explain a bit further and post a link to an example so that we can have a closer look.
Best regards,
Rikard
I want the featured image on the top of the blog post to show at a ratio of 2×3 (right now it’s more like 1×3).
Hi,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
I’d like to be able to choose the size of the featured image on the blog post and have it be consistent.
For instance, here it is too big.
Hi,
The featured images are always set to display 100% of the width of the screen, so maybe it would be a good idea if you crop your images to your liking using software like Photoshop for instance before uploading them? We can give you CSS to use, but that will alter the images in a negative way.
Best regards,
Rikard
Ah.. but the featured images are shown as 2×3 ratio on the blog overview page, so it won’t look pretty to make them a different ratio..
Can you add code to show it at 80% width or similar?
Hi marihonaa,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .big-preview.single-big img {
width: 80%;
margin: 0 auto;
}
If you need further assistance please let us know.
Best regards,
Victoria