Change widget's width on mobile

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

@media (max-width: 500px) {
[class*='WidgetBackground__Wrapper-sc'] {
padding: 40px 0 !important;
}
}
2 Likes