Knowledge Articles content does not fit in the portal and required scrolling to the rightIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When viewing an article in the portal, the content does not fit within the available widget space and because of this, you need to scroll to the right to see the full content. The articles causing the issue most likely have hardcoded CSS for an element such as a table or video. Environment This solution only applies to the portal view of articles. Cause Some element inside the article is hardcoded to an exact value. Because this is an exact value it will not wrap or stretch within the article widget. Resolution There are two options for how to resolve this. Option 1) Edit the CSS properties for the content of the article to make it more responsive. Option 2) Edit the CSS of the KB Article widget instance option or corresponding page to make all elements of that type (such as table) fit within the widgets available space. 1) If the page is in the KM portal, Switch your Application to Knowledge Management - Service Portal (since the instance option is in that scope) 2) Navigate to the portal page which has an article on it. 3) Ctrl + Click on the article and select Instance Options.4) Edit the CSS to make any table fit into the available space. table { width: -webkit-fill-available; background-color: transparent; } Additional Information This change is considered a customization, and providing an exact CSS Solution to fit your use case would fall outside of the scope of Service Now Support.