I found that out myself:
.simcal-fullcalendar-grid, .gce-list-event, .simcal-event-title, {
padding:2px; white-space: pre;
}
I’ll start a new thread on the time not showing in the grid before the event-title.
I want it to display like this one:
https://simplecalendar.io/addons/fullcalendar/
With no padding in the cells.
Yes I’ve put these changes in my child theme stylesheet
Thnx
Found it out:
/* ————- remove search-toggle and primary navigation ————— */
.search-toggle {
display: none;
}
.primary-navigation {
display: none;
}
/* ————- main content higher ——————— */
#main-content {
margin-top: -70px;
}