When using the month grid view, I would like to reduce the padding of the individual containers and hide the time and location icons.
Mar 25,2024 AT 2:36PM - 10 months ago -This is an image highlighting what I would like to modify.
Thanks! Craig
try adding
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig {
padding: 10px;
}
to appearance>>>>>customize>>>>>additional css
you can play around with that 10px (the default is 30Px)