Found the code that works [ESPRESSO_CALENDAR cal_view=”month”]
However, they would like for the Saturday column to be double width and 2 columns of events.
Apparently they have a lot of classes on that one day and need the calendar to adjust Saturday column width and organize into two columns on Saturday alphabetized by event titles.
Is this something that can be accomplished via some custom CSS? If so, can you assist?
This will increase the width of a particular column (Saturday in this case)
.fc-sat { width: 400px; }
The problem lies with the events. As they are placed via JavaScript, getting them into a two column list with CSS would need them to be positioned relative, however that will mess up how the JavaScript displays them.
I can’t see a way of making them appear in 2 columns like you want without modifying the JavaScript that makes the calendar work. Even then I’m (personally) not sure how you would go about it.
Let me know if you have any other questions regarding this.
Viewing 4 reply threads
The support post ‘How To Force Calendar Display to Month Layout By Default’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.