Hi!
Since you don’t support inserting the calendar into the a page, I thought I would use the list widget and modify it to show like photo view, and then insert that into the frontpage.
Awesome idea!
However I would like it to break horizontally after each event, and not just continue vertically.
Right now it looks to me as if they are tiled horizontally, something like:
event | event | event
Do you mean you want it something more like the following?
event
event
event
If so it’s certainly possible – each event looks like it is contained in an article.slide_entry element and these are floated to the left, so you could either unfloat them or else set each subsequent item to clear left floats. It really boils down to a CSS problem (unless you choose to solve it by some other means) and we can’t unfortunately do this for you, but you will find lots of helpful resources on the web generally to learn more CSS and on our end we have the following resources which – the Themer’s Guide in particular – can guide you through safely customizing our views.
I hope that helps!