Hi There, David! Thanks for getting back in touch. π
It looks like you’ve already reviewed our Themer’s Guide and created your own custom tribe-events.css stylesheet–great work!
First, let’s push the image all the way to the left:
.tribe-events-event-image { float: left; }
Then, let’s limit the width of the event description to 50% and push it to the left as well:
..single-tribe_events .tribe-events-content {
float: left;
max-width: 50%;
}
Lastly, we’ll need to position the Google Calendar and iCal buttons so they stay out of the way:
.tribe-events-cal-links { float: left; }
Does that help?
Cheers!
Geoff