Hi,
Sorry for the issues you are having. I can help troubleshoot them with you.
For the event order does the fix in this post resolve the issue for you?
After latest update upcoming events showing out of order
Widget
I see this css in your theme causing the event to only be 45% in width:
.hentry.vevent.type-tribe_events {
width: 45%;
}
Changing that in your theme could fix the issue.
.tribe-events-adv-list-widget .hentry.vevent.type-tribe_events {
width: 100%;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks