Hi wei,
Thanks for reaching out to us! I would be happy to help you 🙂
Your theme adds some styles which breaks our calendar a little bit.
In order to fix the first issue, head to Appearance > Customize > Additional CSS and paste the following code:
.fusion-events-featured-image .fusion-events-single-title-content {
position: inherit;
}
To fix the second issue, you may try the following code (style in Additional CSS):
@media screen and (max-width: 800px) {
.tribe-events-list .fusion-tribe-has-featured-image {
display: flex;
flex-direction: column;
}
#tribe-events .tribe-events-list .tribe-events-event-cost {
position: inherit;
order: 3;
}
.tribe-events-list .fusion-tribe-primary-info {
order: 1;
}
.fusion-tribe-secondary-info {
order: 2
}
}
Please do let me know if that worked for you.
Cheers,
Jeremy