ok so far i got the picture to show in full size on top of the excerpt. now i just need to put the excerpt on the picture with a light white frame for better readability.
so far i changed:
add_image_size( ‘catchresponsive-square’, 800, 800, true ); // used in Archive Left/Right Ratio 1:1
in catchresponsive-core.php
and
.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
/*display: inline;*/
float: center;
max-width: 800px; //200
width:100%;//26
}
.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
display: inline;
float: center; //right
width: 90%; /70
}
in style.css