Can you advise me on how to align the "test" events (one red and one green) in the calendar side by side rather than on separate rows? Ideally, I would like them to be displayed inline with each event taking up 25% of the width. The specific elements are as follows:
<a href="/component/dpcalendar/event/1" class="fc-event fc-event-hori fc-event-start fc-event-end dpcal-module_event_dpcal_198" style="float: left;position: absolute; left: 93px; border-color: rgb(18, 163, 18); width: 23px; top: 146px; background-color: rgb(18, 163, 18);" data-original-title="" title="">
This issue is occurring on our Joomla-based website where I have installed the dpcalendar component - .
I have tried using float: left, display: inline, adjusting the width, but so far, nothing has worked. Could you help identify the problem? Thank you very much.