Can't get full width images

I installed the theme and followed the steps to get it to have full width images but it is still not showing them. Please give me any help you can:

http://earhartandexupery.com
Thanks in advance,

Sam

Hi Sam,

I hope you are well today and thank you for your question.

On your site you are using No sidebar layout instead you should use Full Width layout to display full width images. Please see the difference between them as shown in the attached screenshots.

I visited your shared site and it seems you are using Jetpack plugin on your site so could you please try temporary deactivating its Photon module on your site as shown in the attached screenshot?

This jetpack photon module is not updating the images stored on wp.com so to resolve the issue either disable this module or update the images on wp.com by contacting jetpack support team.

Then try regenerating thumbnails using the below plugin.

Best Regards,
Movin

Hi:

Thank you for your fast reply. I have done everything you said to do:

  1. i set the Website Layout to “Full Width”
  2. I have deactivated ALL jetpack plugins
  3. I installed the regenerate thumbnails and then clicked regenerate.

and notice I am STILL not getting full width images:
http://earhartandexupery.com

Thus is what I mean by full width (see the image of Jamaica Barefoot Beach Town at the top). That is what I mean by full width. Is that what you mean too or am I misunderstanding?

If so, please help me get full-width.

No i meant the full width which is displaying now on your site after setting full width layout.

If you mean full width that the image should display corner to corner like slider then you can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.container.main-content-area {
    max-width: 100%;
    width: 100%;
}

Also you have to use custom plugin solution shared in the following topic.

https://colorlibsupport.com/t/define-sizeformat-of-featured-image-on-home-page/#post-59419