Changing the size of featured image in post

Posted in: Newspaper
Post count: 53

Is there a way to easily edit the size a featured image appears in a post template, for example if i want the image a bit bigger in post template style one or smaller in post template style 13?. thank you

Post count: 22421

Hello,

This can only be achieved with css. For example in post style 13:

.single_template_13 .td-post-featured-image{
width:80%;
}

And if you want it centered, use this code instead:

.single_template_13 .td-post-featured-image{
width:80%;
margin-left:auto;
margin-right:auto;
}

Thanks.

Post count: 53

thank you very much. Is there any way to make the image appear higher up the page, closer to the header, or both header and image for a post to appear a bit higher up the page so they are more visible when first clicking onto a post

Post count: 22421

Please provide a link to your post so I can inspect it.

Post count: 53

I’ve not launched the website yet. Is a screenshot any use?

Post count: 22421

It will have to do. Please provide the screenshot and more explicit details to exactly where you want the image.

Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.