strongeagle,
Thanks for getting in touch! You can definitely modify the width of the featured image on the Single Event view by using a little bit of CSS. Just add the following CSS to your theme’s stylesheet:
.single-tribe_events .tribe-events-event-image {
clear:none !important;
float:left;
width:40%;
margin-right:30px;
}
That should reduce the width of the featured image section, along with floating it to the left of your event description. Keep in mind that this only serves to point you in the right direction towards a customization, and you’ll have to troubleshoot any particular issues that might arise by using the snippet above.
Give that a shot and let me know if it gets you started on the right track. Thanks! π
-Casey-