Event Calendar - weekly view
85 posts by 2 authors in: Forums > CMS Builder
Last Post: 7 hours ago (RSS)
Hi, hope you are well, I have another request from my client, when an event ends at 9am it also appears in the 9am slot, this looks a bit odd so can it only display in the slot up to 9am for example. I've attached a screenshot and my latest calendar_functions file because I've made changes.
By Djulia - Yesterday at 7:57am - edited: Yesterday at 7:59am
Hi MercerDesign,
Can you try with this version? Thanks!
Djulia
By Djulia - 7 hours ago - edited: 3 hours ago
Thanks! You could perhaps add a vertical-align:top to the cell to align the events. It's just a suggestion.
.calendar-week th, .calendar-week td {
width: 80px;
border: 1px solid #ccc;
padding: 10px;
text-align: left;
word-wrap: break-word;
vertical-align: top;
}