Tighten up header in Date Snap 2

I’m using Date Snap 2 in a way that it probably was not originally intended…

I have a calendar set in list view by week and I removed the navigation, but now there is a big gap between the title and the list. Is there a way in CSS to bring them closer together?

This is the page… http://test.standrewsayer.org

Give this a try:

.fc-toolbar {
   display: none;
}

Sorry for the late response… That worked perfectly! Thank you very much!