I looked over this thread
https://tri.be/how-to-show-featured-thumbnails-in-the-next-events-widget/
and just as you were getting to the solution the thread stopped..
need to resize my thumbnails that appear in the widget for up coming events… tried in the events css (located in a new events folder, i.e. in the themes folder)
and pasted this code at the end
.TribeEventsFeatureWidget .post-thumb {
float: left;
margin: 0 10px 0 0;
}
.TribeEventsFeatureWidget .post-thumb img {
height: auto;
width: 50px;
}
but it just doesn’t work
please help