How can I get rid of the padding above the event list?
Nov 3,2023 AT 4:51PM - 1 year ago -Here some screenshots
https://ibb.co/KV3kgdM
https://ibb.co/yhHcVyw
try adding this to
appearance>>>>customize>>>>>additional css
p.wp-block-eventon-blocks-evo-eventon-main {
padding: 0px !important;
}
.ajde_evcal_calendar .calendar_header {
min-height: 0px;
}
Great, thank you 🙂