• Resolved captain1999

    (@captain1999)


    Hello everybody. I have an issue regarding displaying appointments, that take only 15min. The size of the appointment area is to small, therefore people can not completely read the appointment time and title.

    Any ideas how to solve this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    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”).

    Thread Starter captain1999

    (@captain1999)

    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 3 years, 1 month ago by captain1999.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Appointment Size’ is closed to new replies.