Good afternoon again Nick and welcome back!
Is there a way to adjust the space/margin between the text of my event description and the featured image when in single-event view?
Absolutely.
The best way to go about this is to use CSS.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
html .single-tribe_events .tribe-events-event-image {
margin-left: 15px !important;
}
Another approach would be to make both the image and the container 100% width.
That way the text would appear below the image.
If you are curious about that, could you please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.
Please ensure you are using the latest files as found on your actual website.
This way I will get access to any updates or customizations you might have made.
Best regards,
Geoff B.