Hi,
Love the Enfold theme.
I’m using the pro version of The Events Calendar. Works perfectly well on desktops and is clearly responsive, but does not display on mobile devices using the Enfold theme.
Please help!
Thanks.
Hey connect4consulting,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 768px) {
#tribe-events-content {
overflow: visible !important;
}
}
Best regards,
Rikard