Hi,
When i export the page in PDF format, all the confluence page PDF downloads are showing a Right side truncated content.
Yesterday, I have faced in Left truncated content issue while export the page in PDF format. I found one Script in Atlassian community and it is working fine for Left side content. Now I am facing Right side content cuts off issue.
PFB Script for Left edge truncated content issue.
div.wiki-content { width: 150mm !important; align-self: center !important; margin: 18px !important; }
Is there any script for both sides resolution?