Event Calendar - weekly view
88 posts by 2 authors in: Forums > CMS Builder
Last Post: 6 hours ago (RSS)
By MercerDesign - November 25
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 - November 25 - edited: November 25
Hi MercerDesign,
Can you try with this version? Thanks!
Djulia
By Djulia - November 26 - edited: November 26
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;
}
By MercerDesign - 8 hours ago
Hi, my client needs to show an event that happens at midnight, I tried updating the calendar_functions file but it didn't update anything. Can you help please? I've attached my latest working files.
By Djulia - 7 hours ago - edited: 6 hours ago
Hi MercerDesign,
Can you try with this version? Thanks!
Djulia