To center elements in grid

We’ve found a workaround via CSS code:

.eapp-events-calendar-grid-component {
justify-content: center;
}

However, it could be nice if we could control it in the widget settings.

1 Like