Hey John,
Since we do not offer support for customizations here, getting the thumbnails to display exactly like you want them to is something you’ll have to take the reins on for the most part.
However, it’s usually just a little bit of custom CSS to get thumbnails aligned a certain way, so we can definitely help out with a little bit of CSS to at least get you started π
If the site you’re trying to make these changes on is http://ltdesigns.eu/, let us know β if not, let us know the URL you are trying to make the customization on, as it could be slightly different.
If that’s the case though, try adding custom CSS like the following to the bottom of your theme’s style.css file:
body.single .tribe-events-event-image {
display: inline-block;
float: left;
margin-right: 2em;
max-width: 200px;
}
I tried that out on your site and it looked like this β https://cloudup.com/cs5mNj-4-VU
Not bad for a start βΒ play around with the values there and find what works well for you, and Google other CSS methods of aligning images if you need different alignments and such.
I hope this helps!
Cheers,
George