Hi guys,
I like to reduce the margin in the sidebar on all single event pages (example: https://www.enjoybim.de/events/dynamo-fuer-revit-topografie/?occurrence=2021-07-13&time=1626166800 )
I could find with chrome dev tools the element, but there is no class and I don’t know how to reduce the margin with css in this case.
Normally I would add something like the follwing code to the custom css section of modern events calendar:
.dl {
margin-block-start: 0.3em;
}
But it doesn’t work. Is it because it is “user agent stylesheet”? Would be great if you can help me. Thank you!