Site logo

Archived topic

Increase the featured image size in post

9 replies · Started by Math on March 29, 2020

Viewing posts 1–10 of 10

Hi,

I'm looking to increase the featured image size within a single post to 1200px. How would I go about doing that?

Thank you.

I tried that but I'm assuming it's being limited by the container size. If I increase the container size, then the written content width becomes much larger than I would like.

We should be able to use some CSS once it's set to Above Content Area.

Can you set it to that setting and disable the caching plugin first?

Ok, I set it. But ideally, I would like to have it below the title.

Caching plugin is also disabled.

Try this CSS:

.separate-containers .page-header-image-single.grid-container {
    max-width: 1100px;
}

It would be a lot more complicated if you want it below the title as it would be inside the container.

It works, but is there a way to do it while the title and meta are above the image?

Not easily unfortunately.

You would try to set the container width in the customizer to 1200px (or the width of the featured image), then build your content with the container blocks from GenerateBlocks which would allow you to set the container (narrower) width for each block:
https://generateblocks.com/
https://docs.generateblocks.com/article/container-overview/

Please do keep in mind that the plugin is currently in Beta 1 but we are moving along quite well and getting ready for the official release:
https://generateblocks.com/install/

I think I found a way around it for now. Thanks for all the help!

No problem :)

This archived topic is closed to new replies.