If a table has too many columns, it may appear to extend beyond the edge of the page in a mobile view. A line of code can be added to the code view of any Rich Text Editor containing a table to add a slider to the container and prevent the table from running off the page. To make tables mobile responsive, the following code must be added before the opening table tag:
<div style="overflow-x:auto;">Instructions
Locate the content containing the table
Click the Action Menu

Click Modify

Click More Misc in the Rich Text Editor

Click the Code View button

Paste the code above the first table tag

Click the Code View button

Click Save
