Good evening Laura and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with these topics.
1) Not show the bullet to the left of the photos in list view
Actually, this stems from the Events Calendar plugin which is a third-party plugin. That being said, you can remove the bullets with CSS
.ecs-event-list, .ecs-event {list-style-type: none !important;}
2) To have the excerpt wrap the photo…or appear to the right of the photo? I don’t like all that space to the right of the photos.
Here again, some simple CSS can do the trick
.ecs-event img {float:left; margin-right:10px;}
Let me know how that goes.
Best regards,
Geoff B.