We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How do I fix a PDF receipt downloading in landscape instead of portrait?

If the PDF receipt is always downloaded in landscape format instead of portrait, both via the dashboard or My Account, you will need to modify the Master Email Layout under Manage → Email Manager.

Email.png

Add the following CSS code:

@page {size: portrait;}

Anyhwere after this line:

Email1.png

This should ensure that the PDF receipt is correctly downloaded in portrait format instead of landscape.

Last updated: