Hello,
Ok I see what you are wanting and you can do this with css/html with a table based layout you just need to tell it to be a block so:
.mod_events_latest_table.jevbootstrap tbody tr {display: inline-block; width:30%; padding: 0 10px;}
should help you get started.
Many thanks
Tony