Calendar Masonry View – Adjust Space After Each Month

I am using a masonry Event Calendar and love how it looks; however I need the events to be organized by month and the month title has almost no padding so it is squished to the event above. Can anyone help me add additional spacing between the Month title and the previous month’s events?

* Link to the page with the widget in question:

1 Like

Was able to find a solution:

.eapp-events-calendar-date-element-item {
padding-top: 50px;
}

Is there a list of all of the variables for the events calendar somewhere? It would be super useful to make any tweaks to the display code.

Thanks!

1 Like

Hi there, @Michael_Montoya and welcome to the Community :wave:

Happy to see that you’ve already found a solution! Unfortunately, we don’t have a list of class names for Event Calendar elements, but we have a CSS Codes category, where you can find the most popular solutions - Event Calendar CSS codes.

If you haven’t found the needed solution, please let us know and we’ll gladly assist :wink: