I succeeded in making this calendar less high by putting this in my MediaWiki:Common.css :
/* Event calendar help class */ .smw-eventcalendar { width:100%; height:200px; }
then I added this to the ask request :
{{#ask: ... |class=smw-eventcalendar ... }}
(this is "hinted" in the Help page)
That did not work for me. The calendar stays the same size, though the content below thinks its only 200px and thus ends up on top of the calendar.
right, I was with smw 1.8 and it was working (as long as the content of the calendar was not too high)
now with smw 2.0 I ve got the same issue that you have : the calendar stays the same height, though the content below thinks its only 200px and thus ends up on top of the calendar.
Also asked here now:https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/79