Ethos Blog featured image fullscreen while sidebar is still below:

Hello:

I would like my blog featured image to be full width on my page. I was able to set my sidebar to be inline with my text but I cant figure out how to get my featured image stretched Max length.

Hi Ryclan,

Please try adding thie custom CSS on Theme Options > Global CSS

.single-post .entry-thumb img {
    width: 100%;
}

Please make sure featured image is large enough so it will not appear stretch.
The following might help:

Hope this helps.

Thank you for your response, in those same blogs is there a way to put a space to separate blog title from the bottom of the featured image that is now stretched out ?

Hi Ryclan,

We can add margin to the feature container. Try this custom CSS

.single-post .entry-featured {
    margin-bottom: 20px; /*Adjust this value as needed*/
}

Hope this helps.

Your awesome, thank you!

You’re always welcome!

Cheers.

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