Size

From semantic-mediawiki.org

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)

23:01, 27 July 2013

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.

05:01, 6 August 2013

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.

23:34, 8 October 2014