Site logo

Archived topic

image size on blog content

5 replies · Started by Jusung on January 9, 2023

Viewing posts 1–6 of 6

When I reduce the window screen, I can see the empty spacing on the image section.
Could you help with this?

On this link, you can try to reduce the window size and you can see the empty space on the image section.

Hi there,

your featured images width is 500px, so its not wide enough to fill the container at that screen size.

If the image was at least 768px it would fill the area.

Alternatively, edit the Content Template, use a GB Image Block to display the Featured Image, and in its settings you cans set the width to 100%.

Or if you keep the content template as it is, you can use this CSS to do that:

.dynamic-featured-image {
    width: 100%;
}

Thank you!

it is settled!

Glad to hear that

This archived topic is closed to new replies.