Display events in 3 columns on desktop (List layout)

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

@media (min-width: 768px) {
.eapp-events-calendar-list-events {
display: block !important;
column-count: 3;
}
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face:

1 Like