Move date to the right (Masonry)

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

.eapp-events-calendar-masonry-item-date {
right: 0;
left: initial;
border-radius: 0 24px!important;
}
1 Like