I am using the ‘events list widget’ in the main area of my site.
Basically, I would like to change the ‘events list widget’ look exactly like the photo view of ‘upcoming events’ on the regular events page. I have inserted the following code in list-widget.php in order for the widget to show images. However, it only show a small cropped thumbnail:
<div>
<?php if ( !(tribe_event_featured_image())) { echo ‘<div>
</div>’;} else { echo tribe_event_featured_image(null,’thumbnail’); } ?>
</div>
Where can I find the styling of the ‘events list widget’? How can I change it to look exactly like the photo view of ‘Upcoming events’ list on the main event page? I can’t seem to find the styling of this widget.
I hope it makes sense and that you can help!
Br, B