Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.blog .has-post-thumbnail .entry-featured {
float: left;
padding-right: 10px;
}
.blog .x-main .hentry.has-post-thumbnail > .entry-wrap, .search .x-main .hentry.has-post-thumbnail > .entry-wrap, .archive .x-main .hentry.has-post-thumbnail > .entry-wrap {
float: none !important;
padding-left: 0 !important;
width: 100%!important;
}
Hope this helps.