Increase spacing between filter and error text "Sorry, no events right now" on mobile

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

@media screen and (max-width: 640px) {
.eapp-events-calendar-error-text {
padding-top: 20px !important;
}
}
1 Like