Setting up the top margin works on 3.13. However, the main template's CSS with .body {margin-top: 150px}
introduces a large gap at the top of the first page.
I believe that in version 3.11 and earlier, this CSS was applied to each page individually, whereas in 3.13, the .body
style is considered for the entire report, not just each page.
This means I'll have to adjust all my existing reports :-(