Controlling Landscape Printing For Certificates
For certificates to print correctly, Bright by default issues a CSS directive to put the site into landscape print mode.
The css looks like this:
<style type="text/css" media="print">@page { size: landscape; }</style>
Now if you have other pages on the site that you want printed in portrait mode, this setting can be overriden in the Admin Console from
Bright -> Settings -> Plugin Function -> Suppress CSS that forces landscape printing.
If you set this, the style tag from above will need to be included in your certificate pages.