Good evening Noah and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
The short answer is yes. You can accomplish this one of 2 ways:
- Using CSS
- Creating a slight template override. You might want to read our Themer’s guide to get a sense of how that works.
Here are some CSS rules to do that
.tribe-events-list .tribe-events-event-image {
max-width: 40%;
}
.tribe-events-list .tribe-events-list-event-description {
width: 55% !important;
}
As a side note, I am noticing that you are using the same slug (event) for both the full calendar view and the single events (as found under Events -> Settings -> General).
I would strongly recommend selecting different slugs to ensure proper functioning of the plugin.
Let me know how that goes.
Best regards,
Geoff B.