Hi Susan!
If I understand correctly, you want to output a single row of the four most recent events on your homepage. I will try to help you achieve this.
Unfortunately, I am limited in how much support I can provide for customizations, but I will try to help get you pointed in the right direction.
You can add any of the calendar views to pages or posts on your site using a shortcode. You can read more about how to use the shortcodes at this knowledgebase article.
It sounds like the “Photo” view is close to what you are wanting. Here is an example shortcode that will output four upcoming events in a grid like fashion.
[tribe_events view="photo" limit="4" tribe-bar="false"]
The only problem is that by default, the photo view has three columns in the grid instead of four. Looking at it, it may a bit complicated to override the default configuration, as it uses javascript to set the position depending on the width of the view.
Another option would be to start with the list view, and override the CSS to get the look you want.
You can read more about customizing the templates by reading our Themer’s Guide.
Let me know if this helps!
Thanks,
Sky