No worries Pau, thanks for reaching out!
When it comes to these customizations, we unfortunately cannot help with customizations or design tweaks as stated in our support policy which you can read here.
Removing the excerpts is rather simple, though, so I can share some code for this. To hide those excerpts, just add CSS like the following to your site:
#tribe-events .tribe-events-list-photo-description {
display: none !important;
}
To adjust the number of columns, you’ll unfortunately have to do a bit of CSS customizing AND some JavaScript customizing. To do this, set SCRIPT_DEBUG to TRUE on your client’s WordPress Site. Then, head to this JavaScript file within Events Calendar Pro and make modifications to get the layout to suit your client’s needs:
events-calendar-pro/src/resources/js/tribe-events-photo-view.js
⚠️ Be sure to make backups of all customizations to this file, because you will lose those customizations each time you update the plugin and will need to add the customizations back after each update.
Best of luck with your customizations!
George