I was able to add this:
<?php the_post_thumbnail(‘kleo-full-width’);?>
to content-page.php temporarily to get this fixed, but not really sure why it won’t show.
I was going to use <div style=”margin: 0 auto;width: 894px;”><?php the_post_thumbnail( array (894,200) );?></div> but saw that this function has a theme specific equivalent.
I tried every page option, and every theme option. Nothing got it showing, but manually adding this code in a spot other than where it’s located. (I even tried taking featured images away and re-adding to no avail)