Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:
@media screen and (max-width: 600px) {
[class*="WidgetBackground__Container-sc"] {
padding: 20px 30px !important;
}
}
Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:
@media screen and (max-width: 600px) {
[class*="WidgetBackground__Container-sc"] {
padding: 20px 30px !important;
}
}