Featured Image Not Full-Width

Hello there,

The feature image on all our posts suddenly stopped being full-width:

We tried adding:

.single-post .site > .x-container.max {
   width: 100%!important;
}

.single-post .entry-featured {
     width: 100%!important;

}

to the custom css area, but it doesn’t bring it back to full-width. We also tried adjusting the layout & design area to full-width, and there was no change either.

I notice this issue only happens on desktop browsers not on mobile or tablets.

Hope to hear from you soon.

Hello Theresa,

Thanks for writing in!

I see full width featured image on my end. Please try clearing cache and see how it goes.

Thanks.

Hi Prasant,

I cleared the cache from all browsers and the issue continues happening. This issue is only happening in Firefox and Internet Explorer.

thanks,

Hey Theresa,

In addition to your code, you can add the following code as well:

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

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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