The issue comes from your site template, adding a display: inline-box CSS declaration on all "a" tag... so this could give some weird display in case of float elements with link on it...
In Options of iCagenda component, "General Settings" tab, you will find an option to add Custom CSS at the bottom.
Add this :
#icagenda-list a { display: block !important; }
It may fix the display issue...
Best regards,
Cyril
Latest version : iCagenda 3.8.18
We recommend every user to keep iCagenda updated. Don't forget to have your Joomla!™ up-to-date! Do you like iCagenda? I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory)
.