Hello, your customers can use the “Month” view to display the events on a non-time-grid view. Then, the events’ height won’t be restricted by the time grid.
Else, you can use the Display Pack add-on to configure the “Timeslot frequency” (docs) and therefore have your 15-minutes events look bigger, or set up different views, such as stacked, list, waterfall, or set the “Month” view by default (the option will be in Booking Activities > Booking forms > your form > Calendar settings > Calendar tab > “Default view”).
Hi @yoancutillas ,
Thanks for the quick support. Nevertheless, I was looking for a free solution.
So I challenged myself and found a very simple (but also very ugly) way to solve it, as it totally fits the requirements.
I added the following css to the style sheet:
a[style*="background-color: rgb(21, 210, 206)"] {
height: 17px !important;
}
It selects all appointments with the shown bg color and increases the high.
Hint: We carefull using this, since it affects all <a> tags using this bg color.
Cheers Pascal
-
This reply was modified 4 years, 7 months ago by
captain1999.