Hi,
If you don't want a border underneath the last event you can use the negation pseudo-class :not() against the :last-child pseudo-class.
Your css should something like this:
.acymailing_readmore:not(:last-child) {your css here}
In case you use more readmore links in yur email you need to use a higher css specifity. You could, for example, plase the events in a seperate block structure and give that block an html id in the designpanel.
In this case your css should look something like this: css should something like this:
#MyId .acymailing_readmore:not(:last-child) {your css here}
Regarding your question about the dates I kindly request that you submit a support ticket through our website at https://www.acymailing.com/support/. Our team will be able to efficiently and effectively provide you with the assistance you need.
Please note that our ticket support is exclusively available for our customers with an active Essential or Enterprise license. If your license has expired or you are using the Starter version, we kindly invite you to renew or upgrade your license prior to opening your support ticket.