The way to update the downloadable version of the quote is to update the CSS file. If you were to specify the styling, padding/margins, etc. in that version, that might result in you not needing to force the line break.
Add something like below, i.e. to specify the media and the different elements and how they should look if you want something to be different than the online version.
@media print { html, body { /* A4 paper width and height */ width: 100%; height: 100%; }
from my experience, if you're using one of the pre-built templates and make changes only within the editor, there should be no need to edit the CSS, as the downloadable versions of those pre-built templates have taken care of this.
Are you working on a custom template yourself that you need customised?
You should be able to hide the pay button by toggling the little eye icon. If you go to "Quotes > Actions > Customise quote templates", select the one that you want to remove the "Pay" button for and click on the toggle. If you hover on the "Pay" section, you'll see it.
Do you want to share a link or the PDF download for a dummy quote, so I can perhaps give you a few more hints?
now I'm getting even more interested! Apologies for the question, but do yo have super admin rights? Is it possible that it's an admin right issue? Also, is that a quote template that is a standard one or one of the custom ones you've created? For all standard ones that I've worked with, the payment button can always be hidden.
The way to update the downloadable version of the quote is to update the CSS file. If you were to specify the styling, padding/margins, etc. in that version, that might result in you not needing to force the line break.
Add something like below, i.e. to specify the media and the different elements and how they should look if you want something to be different than the online version.
@media print { html, body { /* A4 paper width and height */ width: 100%; height: 100%; }
Hi @elizheleva, I tried to add the css to our template, and it seems to kinda work (It forces it onto one page, but still leave a blank page on the following, where it before clipped over). And it doesn't work when I download the PDF of the quote from the deal.
Hello @SRobinson4, thank you for posting in our Community!
Is the page currently breaking when you are creating a custom quote template? Is this recently started to happen? What is the action that happens before it breaks? The more information, screenshots, and details you can provide, the better I can advise on the next steps.