Hi,
Thanks for using our plugins. I can help out here.
It looks like you are using the skeleton css option so it is not hiding the loading gif.
The Widget is loading, just the image is staying there.
Try out this css to hide it:
.tribe-mini-calendar-nav #ajax-loading-mini {
display:none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
If you are looking for more styling to the calendar try changing the stylesheet mentioned half way through the article here:
https://theeventscalendar.com/knowledgebase/stylesheets-and-page-templates/
Thanks