How to Print HubSpot Sales Quotes in Landscape Mode


How to Print HubSpot Sales Quotes in Landscape Mode

Are you looking for a way to print your HubSpot sales quotes in landscape mode instead of portrait? Or do you want to remove the white margins when printing or download the quote pdf?

HubSpot sales quote templates use CSS print styles to format the PDF and printed document. This gives you an opportunity to write custom CSS to adjust how this document is formatted. Below is a print ruleset you can use in your sales quote template to force the document to be in landscape mode.

Try printing this live page: https://cdpn.io/pen/debug/dydpXLx

@media print {
   /*  sets printed page landscape and no margin so color bleeds to edge */
   @page {
      size: landscape;
   }
}

In order to demonstrate how this works, I created a simple demo with the basic print CSS styles. Here is a Codepen example you can experiment with: https://codepen.io/JacobLett/pen/dydpXLx

Questions

Contact me if you have any questions regarding this technique.

 

Sources

About the Author

Jacob Lett (Jake) is the founder of Bootstrap Creative, a B2B marketing consultancy specializing in manufacturers and industrial companies. A HubSpot-certified CMS developer, SEO, Answer Engine Optimization (AEO), and RevOps professional, he helps B2B companies improve their websites, search visibility, HubSpot systems, and Google Ads campaigns to generate more qualified leads and RFQs. With over a decade of hands-on experience, he acts as a direct partner for companies seeking measurable ROI from their marketing investment.



Related posts
Category: Common Questions

Tags:

| Read My Editorial Policy

Want to Get Email Updates of New Articles?

Join My Email Newsletter