Hi!
Looks like your theme’s stylesheet sets some rules that impact on lists like the one in this widget. A few extra CSS rules should straighten things out, though:
.tribe-events-list-widget ol {
margin-left: 0;
}
.tribe-events-list-widget ol li {
border: none;
padding-left: 0 ;
}
You can add these to a custom tribe-events/tribe-events.css stylesheet within your theme directory – more details on setting this up can be found in our Themer’s Guide.
I hope that helps 🙂