How do we keep text from running off the page?
A few of the testers had issues with text not being confined to the width of the column.
-
Check the HTML tags and styles for fixed width, overflow, display, and white-space settings. Attributes like “nowrap” can cause text to run off the page. When you use percentages to define all table-related widths in your layout, your content fluidly wraps to fill the available screen area. For example, instead of defining two columns as 600 and 200 pixels wide, you define them as 75% and 25%. By doing so, the table column widths scale up or down, and the content shifts and re-wraps as you resize the browser or view the content on different-sized devices.
Check out the following link for more mobile responsiveness best practices from our design guide:
https://help.goacoustic.com/hc/en-us/articles/4403047527449-Design-guide#a8
Need more help? Contact your customer success manager and schedule a best practices workshop.
Please sign in to leave a comment.
Comments
1 comment