Event Calendar - weekly view

88 posts by 2 authors in: Forums > CMS Builder
Last Post: 8 hours ago   (RSS)

Thank you, that's worked

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

Attachments:

calendar_functions.php 32K

Amazing, thank you

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 Djulia - 9 hours ago - edited: 7 hours ago

Hi MercerDesign,

Can you try with this version? Thanks!

Djulia

Attachments:

calendar_functions.php 33K

Thank you