Show Event Image in Event Listing page
I am trying to add image in Events Listing (Home Page).
I added folling code into content-event.ph.
Code:
<?php
echo html( 'a', array(
'href' => get_permalink( get_the_ID() ),
'title' => get_the_title(),
'rel' => 'bookmark',
), get_the_listing_thumbnail());
?>
It is showing image on top of the event calendar image.
I would like to show event image next to event calender image.
Could you please let me know how to change the css to show event image next to event calendar image