Hi Steve,
You will need to customize style for this category blog a little bit. You can try this tweak by using this custom css code:
.blog-item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-item-content .item-image {
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
overflow: hidden;
}
.blog-item-content .item-content {
-ms-flex-preferred-size: 65%;
flex-basis: 65%;
padding: 2.25rem;
}
put into one of these 2 files (create file if it doesn't exist now)
ROOT/templates/ja_vital/css/custom.css
ROOT/templates/ja_vital/local/css/custom.css