SyntaxFix
Write A Post
Hire A Developer
Questions
Insert the table inside a div, so the table will take full length
HTML
<div class="scroll"> <table> </table> </div>
CSS
.scroll{ overflow-x: auto; white-space: nowrap; }