Reduce space between field in grid

I have a grid with many fields. To get it into a A4 landscape page I need to reduce the distance between the fields.
Where can this be changed?

One way is using custom templates or modifying the one you’re currently using:

Layout > CSS Applications (Themes)

Sincerely

Gunter Eibl

Use Google Chrome (or any other browser with developer mode) to vind the right CSS hook, then add something like this on events > onLoad


?>
<style>
.theClassYouWantToChange { [INDENT]someProperty: someValue;[/INDENT]
 }
</style>
<?php