Hi,
Thanks for using our plugins. I can help out here.
I see you are using a modified version of Twenty Fourteen and in that theme it hides the Entry Content in archive sections on screen sizes smaller then 400px, which happens to be where our event views are placed. Single events should not have an issue.
We have a fixed included in the next release for now try out this css:
@media screen and (max-width: 400px) {
.list-view.events-archive .site-content .type-page .entry-content {
display: initial;
}
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks