codyhouse / schedule-template

A simple template that lets you display events on a timeline, as well as organize them in groups (week days, conference rooms etc…)
https://codyhouse.co
185 stars 102 forks source link

Two Events that overlap on a same timestamp #6

Closed WithBaconPlz closed 5 years ago

WithBaconPlz commented 6 years ago

When you have two events overlapping, only the latest created takes the spot. How would it be possible to have the width of these events divided by 2 and have them both appear on the schedule.

Thrasher-1 commented 6 years ago

I had the same issue just-now and came up with inline styling event 1 of the same time, I put: style="width:50%" event 2 of the same time, I put: style="width:50%; margin-left:50%" and it worked like a charm! (even changed the colors to accommodate the difference) Problem now is > There isn't very much room for text! (((blech)))

claudia-romano commented 5 years ago

Hi there, we do not have such an option. The layout was planned for having one event only at a time. If you need to have two, @Thrasher-1 solution should do it.