I modified the events.css to include 15px of left padding and that seems to have done the trick:
.eventsListWidget li, .singular.page li.hentry, .eventsAdvancedListWidget li, .singular.page li.hentry {
margin:6px 0 !important;
padding: 0 0 10px 15px !important;
}
I’ll assume this is the best way to handle my problem unless you tell me otherwise. Thanks!