Skip to main content
NICE CXone Expert
Expert Success Center

PDF tables spills off page

Resolve table formatting issues on PDFs.

Issue

When viewing a PDF of an article, the table appears too large and content spills off the page

Resolution

  1. Navigate to Site Tools > Control Panel > Branding > Custom PDF CSS
  2. In the Custom PDF CSS field, paste the following code:
    table {
         width: 100%;
    }
  3. Save
  • Was this article helpful?