Good evening Esther and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
We are sorry to hear about the titles disappearing on you on mobile.
I would love to help you with this topic.
What is going on is that your WordPress theme’s CSS rules is hiding those titles.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline h3 {
display: inline-block !important;
}
Let me know if that helps.
Have a great day!
Geoff B.