Hello, The recent update to Events Calendar has caused a break. Before when viewing the events page as a list the image was on the left and the text on the right. Now the image and text are stacked on the left. See here:
http://www.finkleydownfarm.co.uk/events
I have tried the different display options in Events however with no luck.
Any advice?
Cheers,
Giles
Comments
you can sort it with an extra css:
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {padding-right: 0 !important;
}