[ad_1]
Hey @simplissite,
This is a small styling conflict with your theme. It is overwriting the default display style for <table> elements on small screen sizes.
You can easily fix this by going to WP Admin -> Appearance -> Customize -> Additional CSS -> and add in this code snippet:
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table {display:table !important;}
