Table Not Re-sizing in Mobile App

Jump to solution
msanders
Community Contributor

One of our teachers used the standard editing tools to put a table on her homepage.  When she views the homepage on the Canvas App (iOS) the right side of the table is cut off and the screen doesn't scroll.  This teacher thought it worked last year.  Does anyone have any recommendations on how to make the table fully visible in the app?

Thanks!

Labels (1)
1 Solution

 @msanders ​:

I know this gets technical, but in the Rich Content Editor, if you flip to HTML and put the following code around your table, it should make it work for iOS and Android:

<div style="overflow-x: auto;">

==TABLE CODE==

</div>

You shouldn't need this code for iOS, but you would for Android.

Hope this helps,

Ryan

View solution in original post