The Minimum Pro Theme seems to display the latest posts divided into 2 columns by default, and although it seemed like an easy task, I could not find any way to change it.
Any help would be highly appreciated.
Try to update 100% working:
Set width width: 100%;
in your theme's style.css file.
style.css
.genesis-grid-even, .genesis-grid-odd {
width: 100%;
}