Set widget header position

Currently there are no setting to control widget title position (center, left, right). It can be adjusted by CSS code:

.eapp-events-calendar-events-calendar-title {
text-align: center;
}

However, it’d be great to control it in the settings. Thanks!

1 Like