I am trying to figure out how to fix the gap problem highlighted by red and green arrows on the image linked above.
This is a weekly schedule and each event has a pre-determined (on event creation) start and end times (morning, afternoon, and evening). Each day has at most 6 events (2 stacked side by side to denote front section or back section for that time period).
Only change I made to the generate.php for Export to PDF is adding these:
But I want this parameter so that I will have some room on the scheduler to click on so I can make the lightbox appear within the time period. For example:
scheduler.xy.menu_width = 8;
With the parameter above, I get this schedule in the pdf:
It seems that scheduler.xy.menu_width is making the event blocks in the scheduler pdf fatter than it is. I’m curious if it is an issue with the css and if it can be fixed?