Fullwidth Post Cover

Hi!

I’d like for the featured image of a post to be fullwidth. Currently, the featured image is restrained to a block with a border that I would also like to remove. I have tried several options from the forum in order to get the full image size on the cover but none of them have currently worked for me.

Thank you so much for your help!

Hi Erwin,

Thanks for reaching out.

I assume you’re referring to your site’s with icon stack since icon featured images has a border since your another site is on integrity.

Then please add this CSS to your global custom CSS,

.single-post .entry-featured {
    border: 0px !important;
    padding: 0px !important;
}

.single-post .entry-wrap > .x-container {
    max-width: 100%;
    width: 100%;
}
.single-post .entry-wrap .entry-content {
max-width: 1400px;
width: 88%;
}

Hope this helps.

1 Like

This worked perfectly, thank you so so much! You’re amazing!

You are most welcome. :slight_smile:

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