Hello! I think your question is about the “Latest posts” block, am I right?
You can use multiple blocks in different columns to create a horizontal grid.
Anyway, if you want to change the layout so the thumbnail will appear over the text I think this may help.
Please, copy and paste the CSS snippets using Customize -> Additional CSS
.latest-post-container .latest-post-thumb{
float: none;
}
.latest-post-container .latest-post-thumb img{
margin: 5px auto;
}
.latest-post-container .latest-post-content {
margin-left: auto!important;
}
I hope it helps!
Kind regards.